From 5d53e3f837db8eeb7feed769bb0e29d292e136f3 Mon Sep 17 00:00:00 2001 From: Matthew Calabrese Date: Sat, 6 Sep 2008 21:51:53 +0000 Subject: [PATCH] Changed BOOST_BINARY docs. [SVN r48641] --- utility.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility.htm b/utility.htm index 6bc7bb4..f9082f1 100644 --- a/utility.htm +++ b/utility.htm @@ -201,7 +201,7 @@ void f() {

In order to directly support binary literals with suffixes, additional macros of the form BOOST_BINARY_XXX are also provided, where XXX is a standard integer suffix in all capital - letters. In addition, LL and ULL suffixes may be for representing + letters. In addition, LL and ULL suffixes may be used for representing long long and unsigned long long types in compilers which provide them as an extension.