Index: boost/graph/distributed/named_graph.hpp =================================================================== --- boost/graph/distributed/named_graph.hpp (revision 85721) +++ boost/graph/distributed/named_graph.hpp (working copy) @@ -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; }