2
0
mirror of https://github.com/boostorg/integer.git synced 2026-01-23 05:32:14 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Christopher Hite
1cf2854cd4 optional_optimization branch
[SVN r77091]
2012-02-22 10:37:27 +00:00

View File

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