mirror of
https://github.com/boostorg/conversion.git
synced 2025-08-03 06:24:34 +02:00
BOOST_MSVC<=1200 fix from Terje
[SVN r18002]
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user