Get rid of FMT_CONSTEXPR11

This commit is contained in:
Victor Zverovich
2019-06-07 13:58:11 -07:00
parent cb4c59495e
commit 209db68b28
2 changed files with 16 additions and 56 deletions

View File

@@ -1112,13 +1112,6 @@ struct basic_format_specs : align_spec, core_format_specs {
typedef basic_format_specs<char> format_specs;
template <typename Char, typename ErrorHandler>
FMT_CONSTEXPR unsigned basic_parse_context<Char, ErrorHandler>::next_arg_id() {
if (next_arg_id_ >= 0) return internal::to_unsigned(next_arg_id_++);
on_error("cannot switch from manual to automatic argument indexing");
return 0;
}
namespace internal {
namespace grisu_options {