Skip to content

Commit 8eab74e

Browse files
committed
Make 2.95.2 workaround MINGW-specific
[SVN r13489]
1 parent 473d38c commit 8eab74e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/python/detail/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
# endif
9999

100100
// MinGW, at least, has some problems exporting template instantiations
101-
# if defined(__GNUC__) && __GNUC__ < 3
101+
# if defined(__GNUC__) && __GNUC__ < 3 && !defined(__CYGWIN__)
102102
# define BOOST_PYTHON_NO_TEMPLATE_EXPORT
103103
# endif
104104

0 commit comments

Comments
 (0)