From 8eab74ea81846b3ea669d99ff7aacb5ec77fbc11 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 15 Apr 2002 04:09:52 +0000 Subject: [PATCH] Make 2.95.2 workaround MINGW-specific [SVN r13489] --- include/boost/python/detail/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/python/detail/config.hpp b/include/boost/python/detail/config.hpp index ab21a37b..cd0377b5 100644 --- a/include/boost/python/detail/config.hpp +++ b/include/boost/python/detail/config.hpp @@ -98,7 +98,7 @@ # endif // MinGW, at least, has some problems exporting template instantiations -# if defined(__GNUC__) && __GNUC__ < 3 +# if defined(__GNUC__) && __GNUC__ < 3 && !defined(__CYGWIN__) # define BOOST_PYTHON_NO_TEMPLATE_EXPORT # endif