mirror of
https://github.com/boostorg/integer.git
synced 2026-01-20 04:32:36 +00:00
Compare commits
2 Commits
svn-branch
...
sandbox-br
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cf2854cd4 | ||
|
|
cc73477d13 |
@@ -114,7 +114,7 @@ namespace boost
|
||||
typedef typename detail::int_least_helper
|
||||
<
|
||||
#ifdef BOOST_HAS_LONG_LONG
|
||||
(Bits <= (int)(sizeof(boost::long_long_type) * CHAR_BIT)) +
|
||||
(Bits-1 <= (int)(sizeof(boost::long_long_type) * CHAR_BIT)) +
|
||||
#else
|
||||
1 +
|
||||
#endif
|
||||
@@ -144,7 +144,7 @@ namespace boost
|
||||
<
|
||||
5 +
|
||||
#ifdef BOOST_HAS_LONG_LONG
|
||||
(Bits <= (int)(sizeof(boost::long_long_type) * CHAR_BIT)) +
|
||||
(Bits-1 <= (int)(sizeof(boost::long_long_type) * CHAR_BIT)) +
|
||||
#else
|
||||
1 +
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user