Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80822 - website/public_html/live/feed/history
From: antoshkka_at_[hidden]
Date: 2012-10-03 00:47:32


Author: apolukhin
Date: 2012-10-03 00:47:31 EDT (Wed, 03 Oct 2012)
New Revision: 80822
URL: http://svn.boost.org/trac/boost/changeset/80822

Log:
Added release notes for Boost.Function and Boost.LexicalCast
Text files modified:
   website/public_html/live/feed/history/boost_1_52_0.qbk | 8 ++++++++
   1 files changed, 8 insertions(+), 0 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_52_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_52_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_52_0.qbk 2012-10-03 00:47:31 EDT (Wed, 03 Oct 2012)
@@ -53,6 +53,9 @@
   * Fix `nth_as_str` ([ticket 7022]).
   * Fix some warnings ([ticket 7234]).
 
+* [phrase library..[@/libs/function/ Function]:]
+ * Move constructors and move assignment operators added (only for compilers with C++11 rvalue references support) [@https://svn.boost.org/trac/boost/ticket/7330 #7330].
+
 * [phrase library..[@/libs/graph/ Graph]:]
   * Fixed bugs [ticket 6950], [ticket 7226],[ticket 7308], [ticket 7327],
     [ticket 7338], [ticket 7341], [ticket 7378], [ticket 7380], [ticket 7398],
@@ -77,6 +80,11 @@
       invokations, not N+1 as before. User code that relied on the old behavior
       will need to be adjusted.
 
+* [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:]
+ * Restored compilation on MSVC-2003 (was broken in 1.51.0) [@https://svn.boost.org/trac/boost/ticket/7255 #7255].
+ * Added `lexical_cast(const CharType* chars, std::size_t count)` function overload. [@https://svn.boost.org/trac/boost/ticket/6663 #6663].
+ * Fixed bug [@https://svn.boost.org/trac/boost/ticket/7228 #7228].
+
 * [phrase library..[@/libs/math/ Math]:]
   * Corrected moments for small degrees of freedom
     [@https://svn.boost.org/trac/boost/ticket/7177 #7177] (reported by Thomas Mang).


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