mirror of
https://github.com/boostorg/detail.git
synced 2025-08-02 05:44: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
|
#endif
|
||||||
|
|
||||||
#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__) \
|
#if defined(_MSC_VER) && (_MSC_VER < 1700)
|
||||||
&& !defined(_LIBCPP_VERSION)
|
|
||||||
#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