microsoft / STL

MSVC's implementation of the C++ Standard Library.
Other
10.02k stars 1.47k forks source link

P2447R6 Constructing `span<const T>` From `initializer_list<T>` #4173

Open StephanTLavavej opened 9 months ago

StephanTLavavej commented 9 months ago

WG21-P2447R6 Constructing span<const T> From initializer_list<T>

Feature-test macro:

#define __cpp_lib_span_initializer_list 202311L

Note: We're focused on implementing the remaining library-only features in C++23. Until that's done, we will NOT be accepting PRs for C++26 features.

lamarrr commented 7 months ago

@StephanTLavavej I'd like to take on this if it's still available