Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82561 - trunk/libs/conversion/doc
From: antoshkka_at_[hidden]
Date: 2013-01-20 07:20:44


Author: apolukhin
Date: 2013-01-20 07:20:43 EST (Sun, 20 Jan 2013)
New Revision: 82561
URL: http://svn.boost.org/trac/boost/changeset/82561

Log:
Documentation update (refs #7909)
Text files modified:
   trunk/libs/conversion/doc/lexical_cast.qbk | 6 +++++-
   1 files changed, 5 insertions(+), 1 deletions(-)

Modified: trunk/libs/conversion/doc/lexical_cast.qbk
==============================================================================
--- trunk/libs/conversion/doc/lexical_cast.qbk (original)
+++ trunk/libs/conversion/doc/lexical_cast.qbk 2013-01-20 07:20:43 EST (Sun, 20 Jan 2013)
@@ -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 @@
 
 [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.


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk