mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
libc++ also has no const on codecvt length
[SVN r68859]
This commit is contained in:
@@ -92,7 +92,8 @@ namespace std {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__)
|
#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__) \
|
||||||
|
&& !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