|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51071 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-02-07 09:41:53
Author: danieljames
Date: 2009-02-07 09:41:52 EST (Sat, 07 Feb 2009)
New Revision: 51071
URL: http://svn.boost.org/trac/boost/changeset/51071
Log:
Add release note about lexical cast.
Text files modified:
website/public_html/beta/feed/history.rss | 11 ++++++++++-
website/public_html/beta/feed/history/boost_1_38_0.qbk | 4 ++++
website/public_html/beta/feed/news.rss | 11 ++++++++++-
3 files changed, 24 insertions(+), 2 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-02-07 09:41:52 EST (Sat, 07 Feb 2009)
@@ -6,7 +6,7 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:26:19 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:40:15 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
@@ -202,6 +202,15 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/conversion/lexical_cast.htm">Lexical Cast</a>:</span>
+ <ul>
+ <li>
+ Changed to work without RTTI when <code><span class="identifier">BOOST_NO_TYPEID</span></code>
+ (<a href="https://svn.boost.org/trac/boost/ticket/1220">#1220</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Math</a>:</span>
<ul>
<li>
Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2009-02-07 09:41:52 EST (Sat, 07 Feb 2009)
@@ -112,6 +112,10 @@
* Corrected exception-safety bugs in container constructors.
* Updated documentation to show rvalue-references funcions instead of emulation functions.
+* [phrase library..[@/libs/conversion/lexical_cast.htm Lexical Cast]:]
+ * Changed to work without RTTI when `BOOST_NO_TYPEID`
+ ([@https://svn.boost.org/trac/boost/ticket/1220 #1220]).
+
* [phrase library..[@/libs/math/doc/sf_and_dist/html/index.html Math]:]
* Added Johan R'''å'''de's optimised floating point classification routines.
* Fixed code so that it compiles in GCC's -pedantic mode (bug report
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-02-07 09:41:52 EST (Sat, 07 Feb 2009)
@@ -6,7 +6,7 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:26:19 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:40:15 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
@@ -202,6 +202,15 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/conversion/lexical_cast.htm">Lexical Cast</a>:</span>
+ <ul>
+ <li>
+ Changed to work without RTTI when <code><span class="identifier">BOOST_NO_TYPEID</span></code>
+ (<a href="https://svn.boost.org/trac/boost/ticket/1220">#1220</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Math</a>:</span>
<ul>
<li>
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