Fixed locale support macro definitions

[SVN r11872]
This commit is contained in:
Dave Abrahams
2001-12-03 14:35:11 +00:00
parent cdd885bc28
commit 6a41c69ad6

View File

@ -7,7 +7,10 @@
// Metrowerks C++ compiler setup: // Metrowerks C++ compiler setup:
# define BOOST_NO_STD_LOCALE // missing ctype_base // locale support is disabled when linking with the dynamic runtime
# ifdef _MSL_NO_LOCALE
# define BOOST_NO_STD_LOCALE
# endif
# if __MWERKS__ <= 0x2301 // 5.3 # if __MWERKS__ <= 0x2301 // 5.3
# define BOOST_NO_FUNCTION_TEMPLATE_ORDERING # define BOOST_NO_FUNCTION_TEMPLATE_ORDERING