Fixed format.h(1465): warning C4702: unreachable code

This commit is contained in:
Ivan Shynkarenka 2021-01-20 01:04:28 +03:00
parent 7fd535c6ae
commit de06fcfecb

View File

@ -1461,9 +1461,9 @@ FMT_CONSTEXPR float_specs parse_float_type_spec(
break;
#ifdef FMT_DEPRECATED_N_SPECIFIER
case 'n':
#endif
result.locale = true;
break;
#endif
default:
eh.on_error("invalid type specifier");
break;