diff --git a/include/fmt/format.h b/include/fmt/format.h index 0c462d13..212f5597 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1122,7 +1122,7 @@ enum { // Formats value using the Grisu algorithm: // https://www.cs.tufts.edu/~nr/cs257/archive/florian-loitsch/printf.pdf template -FMT_API bool grisu_format(Double, buffer&, int, unsigned, int&); +bool grisu_format(Double, buffer&, int, unsigned, int&); template inline bool grisu_format(Double, buffer&, int, unsigned, int&) { return false;