Removed test for MSVC, restored test for BOOST_NO_INTRINSIC_WCHAR_T

[SVN r18140]
This commit is contained in:
Terje Slettebø
2003-03-30 23:21:17 +00:00
parent 9c63f9fbd0
commit 545687e22b

View File

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