mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 12:27: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
|
#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
|
||||||
|
Reference in New Issue
Block a user