BOOST_MSVC<=1200 fix from Terje

[SVN r18002]
This commit is contained in:
Beman Dawes
2003-03-19 12:14:32 +00:00
parent 02609a4675
commit 51395d7b26

View File

@@ -29,7 +29,8 @@
#if defined(BOOST_NO_STRINGSTREAM) || \
defined(BOOST_NO_STD_WSTRING) || \
defined(BOOST_NO_STD_LOCALE) || \
defined(BOOST_NO_CWCHAR)
defined(BOOST_NO_CWCHAR) || \
defined(BOOST_MSVC) && (BOOST_MSVC <= 1200)
#define DISABLE_WIDE_CHAR_SUPPORT
#endif