Browse Source

update

disinfection_machine
zhaohe 2 years ago
parent
commit
deb138fd5f
  1. 2
      core/spdlog/include/spdlog/fmt/bundled/format.h

2
core/spdlog/include/spdlog/fmt/bundled/format.h

@ -2102,7 +2102,7 @@ FMT_CONSTEXPR FMT_INLINE auto write_int(OutputIt out, write_int_arg<T> arg,
case presentation_type::chr: case presentation_type::chr:
return write_char(out, static_cast<Char>(abs_value), specs); return write_char(out, static_cast<Char>(abs_value), specs);
default: default:
throw_format_error("invalid type specifier");
throw_format_error("format::error invalid type specifier");
} }
return out; return out;
} }

Loading…
Cancel
Save