From 2a9a77dd8cf8d40075fe04e5f40e8d7162f7f113 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 26 Sep 2021 18:01:39 -0700 Subject: [PATCH] Remove misplaced comment --- include/fmt/format-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 21ca915e..2f895497 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -2406,7 +2406,7 @@ FMT_HEADER_ONLY_CONSTEXPR20 int format_float(Float value, int precision, buf.try_resize(num_digits); } return exp; -} // namespace detail +} template int snprintf_float(T value, int precision, float_specs specs,