Namespaces
Variants
Actions

Talk:cpp/utility/format

From cppreference.com

Trying the example gives

main.cpp:1:10: fatal error: format: No such file or directory

   1 | #include <format>
     |          ^12:10, 10 March 2022 (PST)~~

compilation terminated.

Maybe one day GCC will implement std::format, in the meantime here's MSVC: https://godbolt.org/z/EPh56TYYd --Ybab321 (talk) 13:55, 10 March 2022 (PST)