Re: [Boost-bugs] [Boost C++ Libraries] #10291: path doesn't have move constructor/assignment operator

Subject: Re: [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:59:12


#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
Resolution: | Keywords:
-------------------------------+------------------------

Comment (by anonymous):

 There are three solutions to this problem:

 1) Delete the explicit copy constructor/copy assignment operator
 2) Explicitly define the move constructor/assignment operator
 3) Define the move constructor/assignment operator as = default

 I personally prefer #1, then #3.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10291#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:16 UTC