Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4705: C++03 Move Support Undocumented
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-10-03 18:32:41
#4705: C++03 Move Support Undocumented
-------------------------------+--------------------------------------------
Reporter: dave | Owner: anthonyw
Type: Bugs | Status: new
Milestone: To Be Determined | Component: thread
Version: Boost 1.44.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------
Description changed by dave:
Old description:
> The doc says:
>
> > [Note: On compilers that support rvalue references, boost::thread
> provides a proper move constructor and move-assignment operator, and
> therefore meets the C++0x MoveConstructible and MoveAssignable concepts.
> With such compilers, boost::thread can therefore be used with containers
> that support those concepts.
> >
> > For other compilers, move support is provided with a move emulation
> layer, so containers must explicitly detect that move emulation layer.
> See <boost/thread/detail/move.hpp> for details.]
>
> But seriously, folks, there's no comment in that header. This needs
> fixed.
New description:
The doc says:
> [Note: On compilers that support rvalue references, boost::thread
provides a proper move constructor and move-assignment operator, and
therefore meets the C++0x !MoveConstructible and !MoveAssignable concepts.
With such compilers, boost::thread can therefore be used with containers
that support those concepts.
>
> For other compilers, move support is provided with a move emulation
layer, so containers must explicitly detect that move emulation layer. See
<boost/thread/detail/move.hpp> for details.]
But seriously, folks, there's no comment in that header. This needs
fixed.
-- -- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4705#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:04 UTC