Commit af0f21da authored by Abdó Roig-Maranges's avatar Abdó Roig-Maranges Committed by Victor Zverovich

add missing inline in header-only mode (#626)

parent 7cea1638
......@@ -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