Named arguments go brrr

This commit is contained in:
Victor Zverovich
2020-05-09 12:56:35 -07:00
parent de290f5c4c
commit 02a6fe59fb
3 changed files with 10 additions and 23 deletions

View File

@@ -650,7 +650,6 @@ struct formatter {
auto eh = ctx.error_handler();
switch (type) {
case internal::type::none_type:
case internal::type::named_arg_type:
FMT_ASSERT(false, "invalid argument type");
break;
case internal::type::int_type: