mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 17:41:11 +00:00
Merge branch 'std' of github.com:fmtlib/fmt into std
This commit is contained in:
commit
41fc29907a
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user