forked from OSchip/llvm-project
Add a warning to ctype<char>::classic_table() if not implemented.
llvm-svn: 151728
This commit is contained in:
parent
27e618efb6
commit
9e849ad302
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue