File tree Expand file tree Collapse file tree 4 files changed +12
-24
lines changed
test/std/language.support/support.limits/support.limits.general Expand file tree Collapse file tree 4 files changed +12
-24
lines changed Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ Status
440
440
--------------------------------------------------- -----------------
441
441
``__cpp_lib_span_initializer_list `` ``202311L ``
442
442
--------------------------------------------------- -----------------
443
- ``__cpp_lib_sstream_from_string_view `` * unimplemented *
443
+ ``__cpp_lib_sstream_from_string_view `` `` 202306L ``
444
444
--------------------------------------------------- -----------------
445
445
``__cpp_lib_submdspan `` *unimplemented *
446
446
--------------------------------------------------- -----------------
Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ __cpp_lib_within_lifetime 202306L <type_traits>
508
508
// # define __cpp_lib_smart_ptr_owner_equality 202306L
509
509
# define __cpp_lib_span_at 202311L
510
510
# define __cpp_lib_span_initializer_list 202311L
511
- // # define __cpp_lib_sstream_from_string_view 202306L
511
+ # define __cpp_lib_sstream_from_string_view 202306L
512
512
// # define __cpp_lib_submdspan 202306L
513
513
// # define __cpp_lib_text_encoding 202306L
514
514
# undef __cpp_lib_to_chars
Original file line number Diff line number Diff line change 56
56
57
57
#elif TEST_STD_VER > 23
58
58
59
- # if !defined(_LIBCPP_VERSION)
60
- # ifndef __cpp_lib_sstream_from_string_view
61
- # error "__cpp_lib_sstream_from_string_view should be defined in c++26"
62
- # endif
63
- # if __cpp_lib_sstream_from_string_view != 202306L
64
- # error "__cpp_lib_sstream_from_string_view should have the value 202306L in c++26"
65
- # endif
66
- # else // _LIBCPP_VERSION
67
- # ifdef __cpp_lib_sstream_from_string_view
68
- # error "__cpp_lib_sstream_from_string_view should not be defined because it is unimplemented in libc++!"
69
- # endif
59
+ # ifndef __cpp_lib_sstream_from_string_view
60
+ # error "__cpp_lib_sstream_from_string_view should be defined in c++26"
61
+ # endif
62
+ # if __cpp_lib_sstream_from_string_view != 202306L
63
+ # error "__cpp_lib_sstream_from_string_view should have the value 202306L in c++26"
70
64
# endif
71
65
72
66
#endif // TEST_STD_VER > 23
Original file line number Diff line number Diff line change 7315
7315
# error "__cpp_lib_ssize should have the value 201902L in c++26"
7316
7316
# endif
7317
7317
7318
- # if !defined(_LIBCPP_VERSION)
7319
- # ifndef __cpp_lib_sstream_from_string_view
7320
- # error "__cpp_lib_sstream_from_string_view should be defined in c++26"
7321
- # endif
7322
- # if __cpp_lib_sstream_from_string_view != 202306L
7323
- # error "__cpp_lib_sstream_from_string_view should have the value 202306L in c++26"
7324
- # endif
7325
- # else // _LIBCPP_VERSION
7326
- # ifdef __cpp_lib_sstream_from_string_view
7327
- # error "__cpp_lib_sstream_from_string_view should not be defined because it is unimplemented in libc++!"
7328
- # endif
7318
+ # ifndef __cpp_lib_sstream_from_string_view
7319
+ # error "__cpp_lib_sstream_from_string_view should be defined in c++26"
7320
+ # endif
7321
+ # if __cpp_lib_sstream_from_string_view != 202306L
7322
+ # error "__cpp_lib_sstream_from_string_view should have the value 202306L in c++26"
7329
7323
# endif
7330
7324
7331
7325
# if !defined(_LIBCPP_VERSION)
You can’t perform that action at this time.
0 commit comments