mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
Made codecvt::do_length param constant based on the library used, not the compiler
[SVN r81877]
This commit is contained in:
@ -92,7 +92,7 @@ namespace std {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1700)
|
||||
#if defined(_CPPLIB_VER) && (_CPPLIB_VER < 540)
|
||||
#define BOOST_CODECVT_DO_LENGTH_CONST const
|
||||
#else
|
||||
#define BOOST_CODECVT_DO_LENGTH_CONST
|
||||
|
Reference in New Issue
Block a user