From c6298131cb4875c9674e0da2e4239d6e376922ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 3 Jan 2019 01:16:26 +0100 Subject: [PATCH] Use voider to adapt "sqrt2_pow_max" to the new enable_if default type --- include/boost/intrusive/detail/math.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/intrusive/detail/math.hpp b/include/boost/intrusive/detail/math.hpp index 4901053..200f8b8 100644 --- a/include/boost/intrusive/detail/math.hpp +++ b/include/boost/intrusive/detail/math.hpp @@ -262,7 +262,7 @@ template struct sqrt2_pow_max; template -struct sqrt2_pow_max >::type> +struct sqrt2_pow_max >::type>::type> { static const SizeType value = 0xb504f334; static const std::size_t pow = 31; @@ -271,7 +271,7 @@ struct sqrt2_pow_max >::t #ifndef BOOST_NO_INT64_T template -struct sqrt2_pow_max >::type> +struct sqrt2_pow_max >::type>::type> { static const SizeType value = 0xb504f333f9de6484ull; static const std::size_t pow = 63;