fix bool logic bug introduced by Jeremy's compilation fixes

[SVN r8988]
This commit is contained in:
Jens Maurer
2001-02-06 22:56:37 +00:00
parent 82af891892
commit 3cbecf5ddd

View File

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