id summary reporter owner description type status milestone component version severity resolution keywords cc 9127 Unitialized reference in constructor of graph::distributed::named_graph::lazy_add_vertex Chris Bowen Jeremiah Willcock "The copy constructor of graph::distributed::named_graph::lazy_add_vertex currently initializes the graph reference to itself, rather than to the graph reference of the instance from which it is copying. Subsequent accesses of this reference would produce undefined behavior, although a failing case is difficult to construct due to copy elision. (Semantically the copy constructor should probably be deleted and replaced by a move constructor when this is supported, but this patch does not include that.)" Patches closed To Be Determined graph Boost Development Trunk Problem fixed