From ae0b0dab9fa6dda28c0553baf0f93b7c0860d8fc Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 16 Mar 2019 10:04:16 -0700 Subject: [PATCH] Remove obsolete TODO --- include/fmt/printf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/printf.h b/include/fmt/printf.h index db1bf0bb..407d23a8 100644 --- a/include/fmt/printf.h +++ b/include/fmt/printf.h @@ -568,7 +568,6 @@ OutputIt basic_printf_context::format() { spec.type = 'd'; break; case 'c': - // TODO: handle wchar_t better? visit_format_arg(internal::char_converter(arg), arg); break;