Commit c6d1a94a authored by Victor Zverovich's avatar Victor Zverovich

Fix fallback_format (#1306)

parent 0656045d
...@@ -770,7 +770,7 @@ template <int GRISU_VERSION> struct grisu_shortest_handler { ...@@ -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)value; // TODO
(void)exp10; (void)exp10;
} }
......
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