summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxx/src/locale.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/src/locale.cpp b/libcxx/src/locale.cpp
index 089fae6a3ab..109629d646f 100644
--- a/libcxx/src/locale.cpp
+++ b/libcxx/src/locale.cpp
@@ -940,6 +940,7 @@ ctype<char>::classic_table() _NOEXCEPT
#else
// Platform not supported: abort so the person doing the port knows what to
// fix
+# warning ctype<char>::classic_table() is not implemented
abort();
return NULL;
#endif
OpenPOWER on IntegriCloud