Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86669 - website/public_html/live/feed/history
From: andrey.semashev_at_[hidden]
Date: 2013-11-12 15:37:22


Author: andysem
Date: 2013-11-12 15:37:22 EST (Tue, 12 Nov 2013)
New Revision: 86669
URL: http://svn.boost.org/trac/boost/changeset/86669

Log:
Added release notes for Boost.UUID.

Text files modified:
   website/public_html/live/feed/history/boost_1_56_0.qbk | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_56_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_56_0.qbk Tue Nov 12 15:35:37 2013 (r86668)
+++ website/public_html/live/feed/history/boost_1_56_0.qbk 2013-11-12 15:37:22 EST (Tue, 12 Nov 2013) (r86669)
@@ -70,6 +70,11 @@
 
 ]
 
+* [phrase library..[@/libs/uuid/index.html UUID]:]
+ * Added basic support for C++11 features.
+ * Implemented SSE-optimized versions of some functions of `uuid`, including comparison operators and `swap`. The support for different versions of SSE is automatically detected at compile time for most compilers, but can also be explicitly enabled or disabled with [@/libs/uuid/uuid.html#Configuration configuration macros]. ([ticket 8509])
+ * Silenced some compiler warnings. ([ticket 8495], [ticket 8697])
+
 [endsect]
 
 [section Compilers Tested]


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