Cleanup basic_printf_context

This commit is contained in:
Victor Zverovich
2023-05-17 07:57:53 -07:00
parent 4a392adaa7
commit 3c6053c535
3 changed files with 7 additions and 7 deletions

View File

@@ -1698,7 +1698,7 @@ template <typename OutputIt, typename Char> class basic_format_context {
public:
using iterator = OutputIt;
using format_arg = basic_format_arg<basic_format_context>;
using format_arg = basic_format_arg<basic_format_context>; // DEPRECATED!
using format_args = basic_format_args<basic_format_context>;
using parse_context_type = basic_format_parse_context<Char>;
template <typename T> using formatter_type = formatter<T, Char>;