Skip to content

Commit 37d5afb

Browse files
committed
Add note in test file
1 parent 7c07f2b commit 37d5afb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/CXX/drs/cwg22xx.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ void g() {
197197
} // namespace cwg2277
198198

199199
namespace cwg2285 { // cwg2285: 4
200+
// Note: Clang 4 implements this DR but it set a wrong value of `__cplusplus`
200201
#if __cplusplus >= 201703L
201202
void test() {
202203
using T = int[1];

0 commit comments

Comments
 (0)