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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user