[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cfe-commits
Subject:    [cfe-commits] [libcxx] r151728 - /libcxx/trunk/src/locale.cpp
From:       Howard Hinnant <hhinnant () apple ! com>
Date:       2012-02-29 16:08:57
Message-ID: 20120229160857.DB5C42A6C135 () llvm ! org
[Download RAW message or body]

Author: hhinnant
Date: Wed Feb 29 10:08:57 2012
New Revision: 151728

URL: http://llvm.org/viewvc/llvm-project?rev=151728&view=rev
Log:
Add a warning to ctype<char>::classic_table() if not implemented.

Modified:
    libcxx/trunk/src/locale.cpp

Modified: libcxx/trunk/src/locale.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/src/locale.cpp?rev=151728&r1=151727&r2=151728&view=diff
 ==============================================================================
--- libcxx/trunk/src/locale.cpp (original)
+++ libcxx/trunk/src/locale.cpp Wed Feb 29 10:08:57 2012
@@ -940,6 +940,7 @@
 #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


_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic