Fix for non-standard use_facet in some compilation modes.

[SVN r26617]
This commit is contained in:
John Maddock
2005-01-02 15:54:14 +00:00
parent adf14dfcbc
commit a33cd9f728

View File

@ -41,6 +41,11 @@
# define BOOST_HAS_THREADS # define BOOST_HAS_THREADS
#endif #endif
#ifdef _MSL_NO_EXPLICIT_FUNC_TEMPLATE_ARG
# define BOOST_NO_STD_USE_FACET
# define BOOST_HAS_TWO_ARG_USE_FACET
#endif
#define BOOST_STDLIB "Metrowerks Standard Library version " BOOST_STRINGIZE(__MSL_CPP__) #define BOOST_STDLIB "Metrowerks Standard Library version " BOOST_STRINGIZE(__MSL_CPP__)