Skip to content

Commit 624f273

Browse files
committed
Fix incorret feature test macro placement
1 parent 5849ddb commit 624f273

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

stl/inc/yvals_core.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,14 +1380,14 @@
13801380
#define __cpp_lib_is_scoped_enum 202011L
13811381

13821382
#ifdef __cpp_lib_concepts
1383-
#define __cpp_lib_out_ptr 202106L
1383+
#define __cpp_lib_out_ptr 202106L
1384+
#define __cpp_lib_ranges_starts_ends_with 202106L
13841385
#endif // __cpp_lib_concepts
13851386

1386-
#define __cpp_lib_ranges_starts_ends_with 202106L
1387-
#define __cpp_lib_spanstream 202106L
1388-
#define __cpp_lib_stdatomic_h 202011L
1389-
#define __cpp_lib_string_contains 202011L
1390-
#define __cpp_lib_to_underlying 202102L
1387+
#define __cpp_lib_spanstream 202106L
1388+
#define __cpp_lib_stdatomic_h 202011L
1389+
#define __cpp_lib_string_contains 202011L
1390+
#define __cpp_lib_to_underlying 202102L
13911391
#endif // _HAS_CXX23
13921392

13931393
#define __cpp_lib_experimental_erase_if 201411L

0 commit comments

Comments
 (0)