Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@184635 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/testit b/test/testit
index f137745..a742364 100755
--- a/test/testit
+++ b/test/testit
@@ -38,7 +38,7 @@
if [ -z "$OPTIONS" ]
then
- OPTIONS="-std=c++0x -stdlib=libc++"
+ OPTIONS="-std=c++11 -stdlib=libc++"
fi
OPTIONS="$OPTIONS -I$LIBCXX_ROOT/test/support"