$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r79878 - website/public_html/live/feed/history
From: antoshkka_at_[hidden]
Date: 2012-08-05 14:12:17
Author: apolukhin
Date: 2012-08-05 14:12:17 EDT (Sun, 05 Aug 2012)
New Revision: 79878
URL: http://svn.boost.org/trac/boost/changeset/79878
Log:
Added notes for  lexical_cast library about fixed #7157 
Text files modified: 
   website/public_html/live/feed/history/boost_1_51_0.qbk |     1 +                                       
   1 files changed, 1 insertions(+), 0 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_51_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_51_0.qbk	(original)
+++ website/public_html/live/feed/history/boost_1_51_0.qbk	2012-08-05 14:12:17 EDT (Sun, 05 Aug 2012)
@@ -98,6 +98,7 @@
 * [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:]
   * Better performance, less memory usage for `boost::array<character_type, N>` 
     and `std::array<character_type, N>` conversions.
+  * Fixed bug with volatile input parameter [@http://svn.boost.org/trac/boost/ticket/7157 #7157].
 
 * [phrase library..[@/libs/math/ Math]:]
   * Updated to use the new config macros.