Made codecvt::do_length param constant based on the library used, not the compiler

[SVN r81877]
This commit is contained in:
Marshall Clow
2012-12-12 15:41:26 +00:00
parent d5aa8a952a
commit eb6208f69a

View File

@ -92,7 +92,7 @@ namespace std {
} }
#endif #endif
#if defined(_MSC_VER) && (_MSC_VER < 1700) #if defined(_CPPLIB_VER) && (_CPPLIB_VER < 540)
#define BOOST_CODECVT_DO_LENGTH_CONST const #define BOOST_CODECVT_DO_LENGTH_CONST const
#else #else
#define BOOST_CODECVT_DO_LENGTH_CONST #define BOOST_CODECVT_DO_LENGTH_CONST