forked from OSchip/llvm-project
Mark the recent variant test as UNSUPPORTED for C++ before 17
llvm-svn: 305198
This commit is contained in:
parent
7f1c12118f
commit
59494f2303
|
@ -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<I, const T>;
|
||||
|
|
Loading…
Reference in New Issue