Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@231255 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1016,7 +1016,7 @@ extern "C" const int ** __ctype_tolower_loc();
|
|||||||
extern "C" const int ** __ctype_toupper_loc();
|
extern "C" const int ** __ctype_toupper_loc();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _LIBCPP_HAS_DEFAULT_RUNE_TABLE
|
#ifdef _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE
|
||||||
const ctype<char>::mask*
|
const ctype<char>::mask*
|
||||||
ctype<char>::classic_table() _NOEXCEPT
|
ctype<char>::classic_table() _NOEXCEPT
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user