diff options
Diffstat (limited to 'test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp')
-rw-r--r-- | test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp b/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp index 02f9a81aa6ddd..5c596da5a0bcd 100644 --- a/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp +++ b/test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: c++98 || c++03 || c++11 || c++14 + // test get_unexpected #include <exception> |