microsoft / STL

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

P2757R3 Type-Checking Format Args #3813

Open StephanTLavavej opened 1 year ago

StephanTLavavej commented 1 year ago

WG21-P2757R3 Type-Checking Format Args

INCREASED feature-test macro, note special interactions with WG21-P2510R3 #3799 and WG21-P2637R3 #3808:

#define __cpp_lib_format 202305L // <== NOTE SPECIAL VALUE

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.

ayushgupta9906 commented 1 year ago

Please assign this issue to me