From 056545662231b8c77f1ca7d937f5d30133b53fc6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 27 Oct 2021 04:45:40 +0300 Subject: [PATCH] Use boost::(u)long_long_type to avoid g++ warning --- include/boost/core/type_name.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/core/type_name.hpp b/include/boost/core/type_name.hpp index 19ae1b5..4afef1d 100644 --- a/include/boost/core/type_name.hpp +++ b/include/boost/core/type_name.hpp @@ -289,7 +289,7 @@ template<> struct tn_holder } }; -template<> struct tn_holder +template<> struct tn_holder { static std::string type_name( std::string const& suffix ) { @@ -297,7 +297,7 @@ template<> struct tn_holder } }; -template<> struct tn_holder +template<> struct tn_holder { static std::string type_name( std::string const& suffix ) {