mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07: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
|
||||
public:
|
||||
typedef typename
|
||||
if_true<(!int(x::is_signed)
|
||||
if_true<(int(x::is_signed)
|
||||
&& (!int(x::is_bounded)
|
||||
// digits is the number of no-sign bits
|
||||
|| (int(x::digits) + 1 >= digit_traits<boost::intmax_t>::digits)))>::template then<
|
||||
|
Reference in New Issue
Block a user