diff options
Diffstat (limited to 'libcxx/src/locale.cpp')
-rw-r--r-- | libcxx/src/locale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp index 0f87c70..484963d 100644 --- a/libcxx/src/locale.cpp +++ b/libcxx/src/locale.cpp @@ -1004,7 +1004,7 @@ const ctype<char>::mask* ctype<char>::classic_table() noexcept { # warning ctype<char>::classic_table() is not implemented printf("ctype<char>::classic_table() is not implemented\n"); abort(); - return NULL; + return nullptr; # endif } #endif |