[libcxx] r345001 - Mark the move construct/move assign tests as unsupported on C++03
Marshall Clow
mclow.lists at gmail.com
Mon Oct 22 22:22:09 PDT 2018
Author: marshall
Date: Mon Oct 22 22:22:09 2018
New Revision: 345001
URL: http://llvm.org/viewvc/llvm-project?rev=345001&view=rev
Log:
Mark the move construct/move assign tests as unsupported on C++03
Modified:
libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp
libcxx/trunk/test/std/re/re.results/re.results.const/move_assign.pass.cpp
Modified: libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp?rev=345001&r1=345000&r2=345001&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.results/re.results.const/move.pass.cpp Mon Oct 22 22:22:09 2018
@@ -6,7 +6,7 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
-
+// UNSUPPORTED: c++03
// <regex>
// class match_results<BidirectionalIterator, Allocator>
Modified: libcxx/trunk/test/std/re/re.results/re.results.const/move_assign.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/re/re.results/re.results.const/move_assign.pass.cpp?rev=345001&r1=345000&r2=345001&view=diff
==============================================================================
--- libcxx/trunk/test/std/re/re.results/re.results.const/move_assign.pass.cpp (original)
+++ libcxx/trunk/test/std/re/re.results/re.results.const/move_assign.pass.cpp Mon Oct 22 22:22:09 2018
@@ -6,6 +6,7 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
+// UNSUPPORTED: c++03
// <regex>
More information about the libcxx-commits
mailing list