Remove legacy workaround

This commit is contained in:
Victor Zverovich
2024-01-08 19:20:10 -08:00
parent c177324ba9
commit 6af30d8f75
5 changed files with 33 additions and 52 deletions

View File

@@ -3969,7 +3969,7 @@ template <typename Char> struct udl_arg {
template <typename Locale, typename Char>
auto vformat(const Locale& loc, basic_string_view<Char> fmt,
basic_format_args<buffer_context<type_identity_t<Char>>> args)
typename detail::vformat_args<Char>::type args)
-> std::basic_string<Char> {
auto buf = basic_memory_buffer<Char>();
detail::vformat_to(buf, fmt, args, detail::locale_ref(loc));