WG21-P2447R6 Constructing span<const T> From initializer_list<T>
LWG-4293 span::subspan/first/last chooses wrong constructor when T is const-qualified bool
Feature-test macro:
#define __cpp_lib_span_initializer_list 202311L
This ctor should participate in STL Hardening (#5090) like the other span ctors.
Note: We are not yet accepting PRs for C++26 features.
WG21-P2447R6 Constructing
span<const T>Frominitializer_list<T>LWG-4293
span::subspan/first/lastchooses wrong constructor whenTisconst-qualifiedboolFeature-test macro:
This ctor should participate in STL Hardening (#5090) like the other
spanctors.Note: We are not yet accepting PRs for C++26 features.