Skip to content

Commit

Permalink
Fix fallback_format (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Sep 10, 2019
1 parent 0656045 commit c6d1a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/format-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ template <int GRISU_VERSION> struct grisu_shortest_handler {
}
};

FMT_API void fallback_format(const fp& value, int exp10) {
FMT_FUNC void fallback_format(const fp& value, int exp10) {
(void)value; // TODO
(void)exp10;
}
Expand Down

0 comments on commit c6d1a94

Please sign in to comment.