Mark the recent variant test as UNSUPPORTED for C++ before 17

llvm-svn: 305198
This commit is contained in:
Marshall Clow 2017-06-12 16:33:41 +00:00
parent 7f1c12118f
commit 59494f2303
1 changed files with 3 additions and 1 deletions

View File

@ -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>;