浏览代码

Mark the move construct/move assign tests as unsupported on C++03

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@345001 91177308-0d34-0410-b5e6-96231b3b80d8
Marshall Clow 6 年之前
父节点
当前提交
9678b5d267

+ 1 - 1
test/std/re/re.results/re.results.const/move.pass.cpp

@@ -6,7 +6,7 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
-
+// UNSUPPORTED: c++03
 // <regex>
 
 // class match_results<BidirectionalIterator, Allocator>

+ 1 - 0
test/std/re/re.results/re.results.const/move_assign.pass.cpp

@@ -6,6 +6,7 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+// UNSUPPORTED: c++03
 
 // <regex>