Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56986 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-10-18 15:05:14


Author: danieljames
Date: 2009-10-18 15:05:13 EDT (Sun, 18 Oct 2009)
New Revision: 56986
URL: http://svn.boost.org/trac/boost/changeset/56986

Log:
Add value_initialized release note.
Text files modified:
   website/public_html/beta/feed/history.rss | 10 +++++++++-
   website/public_html/beta/feed/history/boost_1_41_0.qbk | 5 +++++
   website/public_html/beta/feed/news.rss | 10 +++++++++-
   3 files changed, 23 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-10-18 15:05:13 EDT (Sun, 18 Oct 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.41.0</title><pubDate>$Date: 2009/10/18 18:47:16 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.41.0</title><pubDate>$Date: 2009/10/18 18:48:26 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
       Spirit, Unordered, Wave. Updated tool: QuickBook.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
@@ -78,6 +78,14 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/index.html&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
+ A &amp;quot;const&amp;quot;
+ issue of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;value_initialized&lt;/span&gt;&lt;/code&gt;
+ is fixed: Its &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ member function and its conversion operator are replaced by overloads for
+ const and non-const access (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2548&quot;&gt;#2548&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/wave/index.html&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt;
   See the &lt;a href=&quot;/libs/wave/ChangeLog&quot;&gt;changelog&lt;/a&gt;
         for details.

Modified: website/public_html/beta/feed/history/boost_1_41_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_41_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_41_0.qbk 2009-10-18 15:05:13 EDT (Sun, 18 Oct 2009)
@@ -56,6 +56,11 @@
     [@/doc/html/unordered/changes.html#unordered.changes.boost_1_41_1
     the changelog].
 
+* [phrase library..[@/libs/utility/index.html Utility]:]
+ A "const" issue of `value_initialized` is fixed: Its `data()` member function
+ and its conversion operator are replaced by overloads for const and
+ non-const access ([@https://svn.boost.org/trac/boost/ticket/2548 #2548]).
+
 * [phrase library..[@/libs/wave/index.html Wave]:]
   See the [@/libs/wave/ChangeLog changelog] for details.
 

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-10-18 15:05:13 EDT (Sun, 18 Oct 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.41.0</title><pubDate>$Date: 2009/10/18 18:47:16 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ <item><title>Version 1.41.0</title><pubDate>$Date: 2009/10/18 18:48:26 $</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Library: Property Tree. Updated libraries: Multi-index Containers, Python,
       Spirit, Unordered, Wave. Updated tool: QuickBook.
     &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
@@ -78,6 +78,14 @@
         &lt;/ul&gt;
       &lt;/li&gt;
       &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/index.html&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
+ A &amp;quot;const&amp;quot;
+ issue of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;value_initialized&lt;/span&gt;&lt;/code&gt;
+ is fixed: Its &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;data&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ member function and its conversion operator are replaced by overloads for
+ const and non-const access (&lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/2548&quot;&gt;#2548&lt;/a&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
         &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/wave/index.html&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt;
   See the &lt;a href=&quot;/libs/wave/ChangeLog&quot;&gt;changelog&lt;/a&gt;
         for details.


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