From 3dbf187bc55e6262a3750bef173b14c8b1af2bd1 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 16 Mar 2012 08:48:10 +0000 Subject: [PATCH] Quickbook: Merge from trunk. Includes blocks in lists fixes, and some documentation changes. [SVN r77347] --- include/boost/integer.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/integer.hpp b/include/boost/integer.hpp index fc0b398..345ae35 100644 --- a/include/boost/integer.hpp +++ b/include/boost/integer.hpp @@ -114,7 +114,7 @@ namespace boost typedef typename detail::int_least_helper < #ifdef BOOST_HAS_LONG_LONG - (Bits-1 <= (int)(sizeof(boost::long_long_type) * CHAR_BIT)) + + (Bits <= (int)(sizeof(boost::long_long_type) * CHAR_BIT)) + #else 1 + #endif @@ -144,7 +144,7 @@ namespace boost < 5 + #ifdef BOOST_HAS_LONG_LONG - (Bits-1 <= (int)(sizeof(boost::long_long_type) * CHAR_BIT)) + + (Bits <= (int)(sizeof(boost::long_long_type) * CHAR_BIT)) + #else 1 + #endif