diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index e163f333..d8956822 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -683,7 +683,7 @@ template struct grisu_shortest_handler { }; template -FMT_FUNC FMT_API bool grisu_format(Double value, buffer& buf, int precision, +FMT_FUNC bool grisu_format(Double value, buffer& buf, int precision, unsigned options, int& exp) { FMT_ASSERT(value >= 0, "value is negative"); bool fixed = (options & grisu_options::fixed) != 0;