mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
Fixed incorrect 'const' param for utf8_codecvt_facet::do_length
[SVN r81616]
This commit is contained in:
@@ -92,8 +92,7 @@ namespace std {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__) \
|
||||
&& !defined(_LIBCPP_VERSION)
|
||||
#if defined(_MSC_VER) && (_MSC_VER < 1700)
|
||||
#define BOOST_CODECVT_DO_LENGTH_CONST const
|
||||
#else
|
||||
#define BOOST_CODECVT_DO_LENGTH_CONST
|
||||
|
Reference in New Issue
Block a user