From b68d7048cace47a2446d6d00291719ba8c04c69e Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 29 Dec 2022 10:27:21 +0100 Subject: [PATCH] Revert changes to boost --- bundled/boost-1.70.0/include/boost/mpl/print.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundled/boost-1.70.0/include/boost/mpl/print.hpp b/bundled/boost-1.70.0/include/boost/mpl/print.hpp index cfbc119674..36e25cd3e7 100644 --- a/bundled/boost-1.70.0/include/boost/mpl/print.hpp +++ b/bundled/boost-1.70.0/include/boost/mpl/print.hpp @@ -61,7 +61,7 @@ struct print # if defined(__EDG_VERSION__) aux::dependent_unsigned::value > -1 # else - sizeof(T) > std::size_t(-1) + sizeof(T) > -1 # endif }; #endif -- 2.39.5