From 3b4928a8f49c363dcba20f0c329fd780938d7a9d Mon Sep 17 00:00:00 2001 From: denchat <19730041+denchat@users.noreply.github.com> Date: Sun, 12 May 2019 00:13:30 +0700 Subject: [PATCH] Rollback --- include/fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 212f5597..0c462d13 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 -bool grisu_format(Double, buffer&, int, unsigned, int&); +FMT_API bool grisu_format(Double, buffer&, int, unsigned, int&); template inline bool grisu_format(Double, buffer&, int, unsigned, int&) { return false;