From bb33992984b2e613d219ba0bd7b61b2f9170bf9a Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 23 Oct 2018 05:22:09 +0000 Subject: [PATCH] Mark the move construct/move assign tests as unsupported on C++03 llvm-svn: 345001 --- libcxx/test/std/re/re.results/re.results.const/move.pass.cpp | 2 +- libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/libcxx/test/std/re/re.results/re.results.const/move.pass.cpp b/libcxx/test/std/re/re.results/re.results.const/move.pass.cpp index 9ea8ffc..2317b62 100644 --- a/libcxx/test/std/re/re.results/re.results.const/move.pass.cpp +++ b/libcxx/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 // // class match_results diff --git a/libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp b/libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp index 298f049..de2c98c2 100644 --- a/libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp +++ b/libcxx/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 // -- 2.7.4