mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 04:17:14 +02:00
libc++ also has no const on codecvt length
[SVN r68859]
This commit is contained in:
@ -92,7 +92,8 @@ namespace std {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__)
|
||||
#if !defined(__MSL_CPP__) && !defined(__LIBCOMO__) \
|
||||
&& !defined(_LIBCPP_VERSION)
|
||||
#define BOOST_CODECVT_DO_LENGTH_CONST const
|
||||
#else
|
||||
#define BOOST_CODECVT_DO_LENGTH_CONST
|
||||
|
Reference in New Issue
Block a user