Skip to content

Commit d2e6185

Browse files
committed
Gcc
1 parent b2e4b99 commit d2e6185

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

libcxx/test/libcxx/type_traits/desugars_to.compile.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// UNSUPPORTED: FROZEN-CXX03-HEADERS-FIXME
1010

11+
// This test requires variable templates
12+
// UNSUPPORTED: gcc && c++11
13+
1114
#include <__type_traits/desugars_to.h>
1215

1316
struct Tag {};

libcxx/test/libcxx/utilities/function.objects/refwrap/desugars_to.compile.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// UNSUPPORTED: FROZEN-CXX03-HEADERS-FIXME
1010

11+
// This test requires variable templates
12+
// UNSUPPORTED: gcc && c++11
13+
1114
// <functional>
1215

1316
// reference_wrapper

0 commit comments

Comments
 (0)