forked from fmtlib/fmt
Remove obsolete TODO
This commit is contained in:
@ -568,7 +568,6 @@ OutputIt basic_printf_context<OutputIt, Char, AF>::format() {
|
||||
spec.type = 'd';
|
||||
break;
|
||||
case 'c':
|
||||
// TODO: handle wchar_t better?
|
||||
visit_format_arg(internal::char_converter<basic_printf_context>(arg),
|
||||
arg);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user