Commit ae0b0dab authored by Victor Zverovich's avatar Victor Zverovich

Remove obsolete TODO

parent 5466a5b4
...@@ -568,7 +568,6 @@ OutputIt basic_printf_context<OutputIt, Char, AF>::format() { ...@@ -568,7 +568,6 @@ OutputIt basic_printf_context<OutputIt, Char, AF>::format() {
spec.type = 'd'; spec.type = 'd';
break; break;
case 'c': case 'c':
// TODO: handle wchar_t better?
visit_format_arg(internal::char_converter<basic_printf_context>(arg), visit_format_arg(internal::char_converter<basic_printf_context>(arg),
arg); arg);
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment