Mark tests as unsupported in C++98 as well
Differential Revision: https://reviews.llvm.org/D38362 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@317210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
// <regex>
|
||||
// UNSUPPORTED: libcpp-no-exceptions
|
||||
// UNSUPPORTED: c++03
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// template <class BidirectionalIterator, class Allocator, class charT, class traits>
|
||||
// bool
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
// <regex>
|
||||
// UNSUPPORTED: libcpp-no-exceptions
|
||||
// UNSUPPORTED: c++03
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// template <class BidirectionalIterator, class Allocator, class charT, class traits>
|
||||
// bool
|
||||
|
||||
Reference in New Issue
Block a user