id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4197,undirected_graph copy constructor,anonymous,Jeremiah Willcock,"I'm having trouble getting the undirected_graph copy constructor to compile (VS 2008 and 2010). It seems that the simple change attached would fix the problem. To reproduce: #include typedef boost::undirected_graph<> Graph; Graph g; Graph h( g );",Bugs,closed,Boost 1.43.0,graph,Boost 1.42.0,Problem,fixed,,