From 97cc8893746bc7403e5b7a18da083c4f615aa011 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 12 Sep 2018 08:39:24 -0700 Subject: [PATCH] Workaround a visit lookup issue in gcc 8 (#851) --- include/fmt/format.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/include/fmt/format.h b/include/fmt/format.h index 3b73a522..48e187b8 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -1825,7 +1825,7 @@ template