From d145ec94e9418080cd22005560b42b011c0b6e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 19 Nov 2007 18:09:13 +0000 Subject: [PATCH] Corrected ifdef [SVN r41238] --- include/boost/intrusive/detail/utilities.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/intrusive/detail/utilities.hpp b/include/boost/intrusive/detail/utilities.hpp index 6529a97..eebb8a6 100644 --- a/include/boost/intrusive/detail/utilities.hpp +++ b/include/boost/intrusive/detail/utilities.hpp @@ -524,7 +524,7 @@ struct sqrt2_pow_max<32> static const std::size_t pow = 31; }; -#ifdef BOOST_NO_INT64_T +#ifndef BOOST_NO_INT64_T template<> struct sqrt2_pow_max<64>