From: Daniel Arndt Date: Thu, 29 Dec 2022 09:27:21 +0000 (+0100) Subject: Revert changes to boost X-Git-Tag: v9.5.0-rc1~697^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b68d7048cace47a2446d6d00291719ba8c04c69e;p=dealii.git Revert changes to boost --- 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