Skip to content

Commit

Permalink
add missing inline in header-only mode (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroig authored and vitaut committed Dec 9, 2017
1 parent 7cea163 commit af0f21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/format.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down

0 comments on commit af0f21d

Please sign in to comment.