libc++ also has no const on codecvt length

[SVN r68859]
This commit is contained in:
Christopher Jefferson
2011-02-14 10:27:38 +00:00
parent 8717cff3c5
commit 5367f6459d

View File

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