|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r86656 - branches/release/boost/thread/detail
From: vicente.botet_at_[hidden]
Date: 2013-11-12 13:32:37
Author: viboes
Date: 2013-11-12 13:32:37 EST (Tue, 12 Nov 2013)
New Revision: 86656
URL: http://svn.boost.org/trac/boost/changeset/86656
Log:
Thread: merge missing thread move constructor noexcept.
Text files modified:
branches/release/boost/thread/detail/thread.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/boost/thread/detail/thread.hpp
==============================================================================
--- branches/release/boost/thread/detail/thread.hpp Tue Nov 12 13:30:20 2013 (r86655)
+++ branches/release/boost/thread/detail/thread.hpp 2013-11-12 13:32:37 EST (Tue, 12 Nov 2013) (r86656)
@@ -4,7 +4,7 @@
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// (C) Copyright 2007-2010 Anthony Williams
-// (C) Copyright 20011-2012 Vicente J. Botet Escriba
+// (C) Copyright 2011-2012 Vicente J. Botet Escriba
#include <boost/thread/detail/config.hpp>
@@ -334,7 +334,7 @@
start_thread(attrs);
}
#endif
- thread(BOOST_THREAD_RV_REF(thread) x)
+ thread(BOOST_THREAD_RV_REF(thread) x) BOOST_NOEXCEPT
{
thread_info=BOOST_THREAD_RV(x).thread_info;
BOOST_THREAD_RV(x).thread_info.reset();
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