2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

Make 2.95.2 workaround MINGW-specific

[SVN r13489]
This commit is contained in:
Dave Abrahams
2002-04-15 04:09:52 +00:00
parent 473d38c846
commit 8eab74ea81

View File

@@ -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