Talk:cpp/utility/format/format
From cppreference.com
"It is not an error to provide more arguments than the format string requires"
——— It is unaccountable!More bugs or incomplete log message will be brought up.
QooBee (talk) 19:51, 6 August 2020 (PDT)
[edit] Only for std::string and std::wstring?
What about std::u8string, std::u16string and std::u32string? --Roker (talk) 09:41, 6 October 2020 (PDT)
- In C++20 only the std::string_view & std::wstring_view are directly supported. For those types you have mentioned it might need to write the user-defined formatters. --Space Mission (talk) 13:05, 6 October 2020 (PDT)
I'm not sure if this is a proper place for this, but `std::format` is not discoverable by `format` search query for some reason. Pauljurczak (talk) 01:49, 31 October 2020 (PDT)
- Thank you. As for now the 'search' mechanics on cppreference is a manually-maintained index that is not always up-to-date. You may use links to external search engines (Google/Bing/DuckDuckGo) that follow the search results. Those engines are (un)surprisingly efficient in discovering the cppreference-content. For instance: Google, Bing, DuckDuckGo. Space Mission (talk)