From d6b34d7b5c62a0000d96939ad946b85a2274f2bb Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 19 Nov 2016 23:43:39 +0200 Subject: [PATCH] Updated to fmt version 796beaaddb5226162fe00c2c55e322d80d26f3d8 --- include/spdlog/fmt/bundled/format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/fmt/bundled/format.h b/include/spdlog/fmt/bundled/format.h index b0f59d88..c6cf8110 100644 --- a/include/spdlog/fmt/bundled/format.h +++ b/include/spdlog/fmt/bundled/format.h @@ -1369,7 +1369,7 @@ struct ConvertToInt { enum { - enable_conversion = sizeof(convert(get())) == sizeof(Yes) + enable_conversion = sizeof(fmt::internal::convert(get())) == sizeof(Yes) }; enum {