mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 12:27:15 +02:00
fix bool logic bug introduced by Jeremy's compilation fixes
[SVN r8988]
This commit is contained in:
@ -160,7 +160,7 @@ namespace boost { namespace detail {
|
|||||||
# endif
|
# endif
|
||||||
public:
|
public:
|
||||||
typedef typename
|
typedef typename
|
||||||
if_true<(!int(x::is_signed)
|
if_true<(int(x::is_signed)
|
||||||
&& (!int(x::is_bounded)
|
&& (!int(x::is_bounded)
|
||||||
// digits is the number of no-sign bits
|
// digits is the number of no-sign bits
|
||||||
|| (int(x::digits) + 1 >= digit_traits<boost::intmax_t>::digits)))>::template then<
|
|| (int(x::digits) + 1 >= digit_traits<boost::intmax_t>::digits)))>::template then<
|
||||||
|
Reference in New Issue
Block a user