Fix fallback_format (#1306)

This commit is contained in:
Victor Zverovich 2019-09-09 17:28:53 -07:00
parent 0656045d02
commit c6d1a94a9f

View File

@ -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;
}