Subject: [Boost-bugs] [Boost C++ Libraries] #10291: path doesn't have move constructor/assignment operator
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-08-01 22:57:19
#10291: path doesn't have move constructor/assignment operator
------------------------------+------------------------
Reporter: vlovich@⦠| Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.55.0 | Severity: Problem
Keywords: |
------------------------------+------------------------
path specifies an explicit copy constructor & assigment operator which
AFAIK turns off the implicit move constructor/assignment operator.
This violates the documentation & expected behaviour: adding a boost
filesystem path as a member variable disallows the ability to have the
default move constructor be noexcept move (need to explicitly define the
move constructor).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10291> 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:16 UTC