Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64040 - website/public_html/beta/feed/history
From: nielsdekker_at_[hidden]
Date: 2010-07-15 06:59:43


Author: niels_dekker
Date: 2010-07-15 06:59:42 EDT (Thu, 15 Jul 2010)
New Revision: 64040
URL: http://svn.boost.org/trac/boost/changeset/64040

Log:
Added value_init notes to Boost 1.44 Release notes, inc. note about BOOST_NO_COMPLETE_VALUE_INITIALIZATION.
Text files modified:
   website/public_html/beta/feed/history/boost_1_44_0.qbk | 9 +++++++++
   1 files changed, 9 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_44_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_44_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_44_0.qbk 2010-07-15 06:59:42 EDT (Thu, 15 Jul 2010)
@@ -23,6 +23,9 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/config/index.html Config]:]
+ * Added new defect macro, `BOOST_NO_COMPLETE_VALUE_INITIALIZATION`.
+
 * [phrase library..[@/libs/iostreams/index.html Iostreams]:]
   * Several fixes for file descriptors class, including a breaking change to the
     constructors and `open` methods for `file_descriptor`,
@@ -84,6 +87,12 @@
     [@https://svn.boost.org/trac/boost/ticket/3195 #3195]).
   * Fixes for other miscellaneous issues (remove warnings, support newer compilers, etc.)
 
+* [phrase library..[@/libs/utility/index.html Utility]:]
+ Added a new template class, [@/libs/utility/value_init.htm#initialized `boost::initialized<T>`],
+ in order to fix [@https://svn.boost.org/trac/boost/ticket/3472 #3472].
+ New version of `value_initialized<T>` no longer calls `memset` when the compiler has
+ implemented value-initialization completely ([@https://svn.boost.org/trac/boost/ticket/3869 #3869]).
+
 * [phrase library..[@/libs/numeric/ublas/index.html uBLAS]:]
   * New assignment operators to feed in vectors and matrices in many nice ways ([@http://svn.boost.org/trac/boost/ticket/4034 #4034]). Thank you Nasos
   * New doxygen-based [@/libs/numeric/ublas/doc/html/index.html documentation]


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