We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473d38c commit 8eab74eCopy full SHA for 8eab74e
1 file changed
include/boost/python/detail/config.hpp
@@ -98,7 +98,7 @@
98
# endif
99
100
// MinGW, at least, has some problems exporting template instantiations
101
-# if defined(__GNUC__) && __GNUC__ < 3
+# if defined(__GNUC__) && __GNUC__ < 3 && !defined(__CYGWIN__)
102
# define BOOST_PYTHON_NO_TEMPLATE_EXPORT
103
104
0 commit comments