Mercurial > hg > vamp-build-and-test
diff DEPENDENCIES/generic/include/boost/graph/distributed/named_graph.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
line wrap: on
line diff
--- a/DEPENDENCIES/generic/include/boost/graph/distributed/named_graph.hpp Fri Sep 04 12:01:02 2015 +0100 +++ b/DEPENDENCIES/generic/include/boost/graph/distributed/named_graph.hpp Mon Sep 07 11:12:49 2015 +0100 @@ -344,7 +344,7 @@ /// Transfer responsibility for adding the vertex from the source of /// the copy to the newly-constructed opbject. lazy_add_vertex(const lazy_add_vertex& other) - : self(self), name(other.name), committed(other.committed) + : self(other.self), name(other.name), committed(other.committed) { other.committed = true; } @@ -804,7 +804,7 @@ /// Construct the named_graph with a particular process group template<BGL_NAMED_GRAPH_PARAMS> BGL_NAMED_GRAPH::named_graph(const process_group_type& pg) - : process_group_(pg, parallel::attach_distributed_object()), + : process_group_(pg, boost::parallel::attach_distributed_object()), distribution_(pg) { setup_triggers(); @@ -815,7 +815,7 @@ template<BGL_NAMED_GRAPH_PARAMS> BGL_NAMED_GRAPH::named_graph(const process_group_type& pg, const base_distribution_type& distribution) - : process_group_(pg, parallel::attach_distributed_object()), + : process_group_(pg, boost::parallel::attach_distributed_object()), distribution_(pg, distribution) { setup_triggers();