Skip to content

Commit 0a09adf

Browse files
committed
Correct applicable C++ versions
1 parent 5af23bf commit 0a09adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CXX/drs/cwg25xx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ enum E2 : S<E2>::I { e };
3333
} // namespace cwg2516
3434

3535
namespace cwg2517 { // cwg2517: 21
36-
#if __cplusplus >= 202302L
36+
#if __cplusplus >= 202002L
3737
template<typename ArrayType>
3838
concept LargeArray = requires (ArrayType my_array) {
3939
requires my_array.size() > 5;

0 commit comments

Comments
 (0)