Remove obsolete TODO

This commit is contained in:
Victor Zverovich 2019-03-16 10:04:16 -07:00
parent 5466a5b41f
commit ae0b0dab9f

View File

@ -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;