forked from boostorg/intrusive
Corrected ifdef
[SVN r41238]
This commit is contained in:
@@ -524,7 +524,7 @@ struct sqrt2_pow_max<32>
|
|||||||
static const std::size_t pow = 31;
|
static const std::size_t pow = 31;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef BOOST_NO_INT64_T
|
#ifndef BOOST_NO_INT64_T
|
||||||
|
|
||||||
template<>
|
template<>
|
||||||
struct sqrt2_pow_max<64>
|
struct sqrt2_pow_max<64>
|
||||||
|
Reference in New Issue
Block a user