Commit 41fc2990 authored by Victor Zverovich's avatar Victor Zverovich

Merge branch 'std' of github.com:fmtlib/fmt into std

parents 971fb584 af0f21da
......@@ -405,7 +405,7 @@ void basic_fixed_buffer<Char>::grow(std::size_t) {
FMT_THROW(std::runtime_error("buffer overflow"));
}
void internal::error_handler::on_error(const char *message) {
FMT_FUNC void internal::error_handler::on_error(const char *message) {
FMT_THROW(format_error(message));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment