diff options
Diffstat (limited to 'libcxx/test/std')
| -rw-r--r-- | libcxx/test/std/re/re.results/re.results.const/move.pass.cpp | 2 | ||||
| -rw-r--r-- | libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp | 1 | 
2 files changed, 2 insertions, 1 deletions
| 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 9ea8ffc81a1..2317b628e84 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  // <regex>  // class match_results<BidirectionalIterator, Allocator> 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 298f049d518..de2c98c2be8 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  // <regex> | 

