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 18:18:16


#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):

 Your Payload type needs to be nothrow-move-constructible, so that adding a
 vertex to the graph doesn't try to copy it, but moves it instead.

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