From d3a9d03138669d17f431c911734a313c3f3a7475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Sat, 5 Nov 2016 21:09:31 +0100 Subject: [PATCH] Fix missing '>' (cherry picked from commit d8867a2b07b8be2adf5d503ecc9d9e65dcc59ec2) --- fmt/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmt/format.h b/fmt/format.h index 3225028f..1a91026e 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -828,7 +828,7 @@ class CharTraits : public BasicCharTraits { extern template int CharTraits::format_float (char *buffer, std::size_t size, const char* format, unsigned width, int precision, double value); -extern template int CharTraits::format_float::format_float (char *buffer, std::size_t size, const char* format, unsigned width, int precision, long double value); #endif