Mark the at_exit and at_quick_exit tests as unsupported under C++98 an 03, since those calls were introduced in C++11. They're already guarded by an ifdef in the code, so this is a 'belt-and-suspenders' change.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@339804 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
// Source Licenses. See LICENSE.TXT for details.
|
// Source Licenses. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
// UNSUPPORTED: c++98, c++03
|
||||||
|
|
||||||
// test quick_exit and at_quick_exit
|
// test quick_exit and at_quick_exit
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
|
// UNSUPPORTED: c++98, c++03
|
||||||
|
|
||||||
// test that referencing at_quick_exit when _LIBCPP_HAS_QUICK_EXIT is not defined
|
// test that referencing at_quick_exit when _LIBCPP_HAS_QUICK_EXIT is not defined
|
||||||
// results in a compile error.
|
// results in a compile error.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
// Source Licenses. See LICENSE.TXT for details.
|
// Source Licenses. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
// UNSUPPORTED: c++98, c++03
|
||||||
|
|
||||||
// test that referencing quick_exit when _LIBCPP_HAS_QUICK_EXIT is not defined
|
// test that referencing quick_exit when _LIBCPP_HAS_QUICK_EXIT is not defined
|
||||||
// results in a compile error.
|
// results in a compile error.
|
||||||
|
|||||||
Reference in New Issue
Block a user