2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-12 12:32:10 +00:00

Thread: merge missing thread move constructor noexcept.

[SVN r86656]
This commit is contained in:
Vicente J. Botet Escriba
2013-11-12 18:32:37 +00:00
parent 88880770d3
commit e1d6baddd6

View File

@@ -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 @@ namespace boost
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();