Documentation update (refs #7909)

[SVN r82561]
This commit is contained in:
Antony Polukhin
2013-01-20 12:20:43 +00:00
parent 47bef9517f
commit 89556c8a0f

View File

@@ -3,7 +3,7 @@
[version 1.0]
[copyright 2000-2005 Kevlin Henney]
[copyright 2006-2010 Alexander Nasonov]
[copyright 2011-2012 Antony Polukhin]
[copyright 2011-2013 Antony Polukhin]
[category String and text processing]
[category Miscellaneous]
[license
@@ -276,6 +276,10 @@ limitation of compiler options that you use.
[section Changes]
* [*boost 1.54.0 :]
* Added code to convert boost::int128_type and boost::uint128_type (requires GCC 4.7 or higher).
* [*boost 1.53.0 :]
* Much better input and output streams detection for user defined types.