Skip to content

Commit ce363a7

Browse files
committed
Frozen C++03 headers
1 parent 691272c commit ce363a7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// UNSUPPORTED: FROZEN-CXX03-HEADERS-FIXME
10+
911
#include <__type_traits/desugars_to.h>
1012

1113
struct Tag {};

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// UNSUPPORTED: FROZEN-CXX03-HEADERS-FIXME
10+
911
// <functional>
1012

1113
// reference_wrapper

0 commit comments

Comments
 (0)