2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

Removed Ralf's workaround for my bug

[SVN r13422]
This commit is contained in:
Dave Abrahams
2002-04-10 06:07:51 +00:00
parent 81777a29d5
commit f17876969d

View File

@@ -81,9 +81,7 @@
# define BOOST_PYTHON_STATIC_LINK
#endif
#if defined(__MWERKS__) \
|| (defined(__DECCXX_VER) && __DECCXX_VER <= 60590002) \
|| (defined(__sgi) && defined(_COMPILER_VERSION) && _COMPILER_VERSION <= 730)
#if defined(__MWERKS__)
# define BOOST_PYTHON_NO_TEMPLATE_EXPORT
#endif