Re: [Boost-bugs] [Boost C++ Libraries] #11164: Graph adjacency_list, add_vertex compile error on clang 3.6

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11164: Graph adjacency_list, add_vertex compile error on clang 3.6
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-02-02 17:20:48


#11164: Graph adjacency_list, add_vertex compile error on clang 3.6
-------------------------------+----------------------
  Reporter: dstoeckel@… | Owner: jewillco
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: graph
   Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------

Comment (by anonymous):

 This patch seems obviously wrong. The type is supposed to be move-only,
 and tried to emulate that in C++03 with weird mutating auto_ptr-style copy
 operations. In C++11 that isn't needed because you can make the type move-
 only, but your patch would restore the weird not-really-a-copy-
 constructor.

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