Filling out regex tests...

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@110955 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant
2010-08-12 21:14:20 +00:00
parent 0e353f2363
commit 878465043f
27 changed files with 761 additions and 5 deletions

View File

@@ -143,10 +143,6 @@
#define _LIBCPP_NO_EXCEPTIONS
#endif
#ifndef __GXX_RTTI
#define _LIBCPP_NO_RTTI
#endif
#define _LIBCPP_HAS_NO_TEMPLATE_ALIASES
#ifndef __GXX_EXPERIMENTAL_CXX0X__