Corrected ifdef

[SVN r41238]
This commit is contained in:
Ion Gaztañaga
2007-11-19 18:09:13 +00:00
parent 15de4da451
commit d145ec94e9

View File

@@ -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>