mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Fix fallback_format (#1306)
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user