Fixed incorrect 'const' param for utf8_codecvt_facet::do_length

[SVN r81616]
This commit is contained in:
Marshall Clow
2012-11-28 19:12:42 +00:00
parent dc1a439ec0
commit d5aa8a952a

View File

@@ -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