Mark the recent variant test as UNSUPPORTED for C++ before 17
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@305198 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -7,7 +7,9 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
// <array>
|
// <variant>
|
||||||
|
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||||
|
|
||||||
|
|
||||||
// template <size_t I, class T> struct variant_alternative; // undefined
|
// template <size_t I, class T> struct variant_alternative; // undefined
|
||||||
// template <size_t I, class T> struct variant_alternative<I, const T>;
|
// template <size_t I, class T> struct variant_alternative<I, const T>;
|
||||||
|
|||||||
Reference in New Issue
Block a user