mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Merge branch 'std' of github.com:fmtlib/fmt into std
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user