Changed BOOST_BINARY docs.

[SVN r48641]
This commit is contained in:
Matthew Calabrese 2008-09-06 21:51:53 +00:00
parent e86ce1cb1f
commit 5d53e3f837

View File

@ -201,7 +201,7 @@ void f() {
<p>In order to directly support binary literals with suffixes, <p>In order to directly support binary literals with suffixes,
additional macros of the form BOOST_BINARY_XXX are also additional macros of the form BOOST_BINARY_XXX are also
provided, where XXX is a standard integer suffix in all capital 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 long long and unsigned long long types in compilers which provide
them as an extension.</p> them as an extension.</p>