Index: test/std/re/re.alg/re.alg.match/exponential.pass.cpp =================================================================== --- test/std/re/re.alg/re.alg.match/exponential.pass.cpp +++ test/std/re/re.alg/re.alg.match/exponential.pass.cpp @@ -9,7 +9,7 @@ // // UNSUPPORTED: libcpp-no-exceptions -// UNSUPPORTED: c++03 +// UNSUPPORTED: c++98, c++03 // template // bool Index: test/std/re/re.alg/re.alg.search/exponential.pass.cpp =================================================================== --- test/std/re/re.alg/re.alg.search/exponential.pass.cpp +++ test/std/re/re.alg/re.alg.search/exponential.pass.cpp @@ -9,7 +9,7 @@ // // UNSUPPORTED: libcpp-no-exceptions -// UNSUPPORTED: c++03 +// UNSUPPORTED: c++98, c++03 // template // bool