|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r84228 - trunk/boost/log/detail
From: andrey.semashev_at_[hidden]
Date: 2013-05-10 12:42:35
Author: andysem
Date: 2013-05-10 12:42:35 EDT (Fri, 10 May 2013)
New Revision: 84228
URL: http://svn.boost.org/trac/boost/changeset/84228
Log:
Corrected comment.
Text files modified:
trunk/boost/log/detail/threadsafe_queue.hpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Modified: trunk/boost/log/detail/threadsafe_queue.hpp
==============================================================================
--- trunk/boost/log/detail/threadsafe_queue.hpp (original)
+++ trunk/boost/log/detail/threadsafe_queue.hpp 2013-05-10 12:42:35 EDT (Fri, 10 May 2013)
@@ -107,10 +107,9 @@
*
* \li Default constructible, the default constructor must not throw.
* \li Copy constructible.
- * \li Swappable (i.e. there should be an efficient \c swap implementation for this type).
+ * \li Movable (i.e. there should be an efficient move assignment for this type).
*
- * The last requirement is not mandatory but is crucial for decent performance. In future
- * it may be replaced with Moveable requirement.
+ * The last requirement is not mandatory but is crucial for decent performance.
*/
template< typename T, typename AllocatorT = std::allocator< void > >
class threadsafe_queue :
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