Boost C++ Libraries: Ticket #4197: undirected_graph copy constructor https://svn.boost.org/trac10/ticket/4197 <p> 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. </p> <p> To reproduce: #include &lt;boost/graph/undirected_graph.hpp&gt; typedef boost::undirected_graph&lt;&gt; Graph; Graph g; Graph h( g ); </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4197 Trac 1.4.3 Alec Chapman <archapm@…> Thu, 06 May 2010 16:17:18 GMT attachment set https://svn.boost.org/trac10/ticket/4197 https://svn.boost.org/trac10/ticket/4197 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patchfile.patch</span> </li> </ul> <p> patch </p> Ticket Jeremiah Willcock Thu, 06 May 2010 16:54:26 GMT owner, status changed https://svn.boost.org/trac10/ticket/4197#comment:1 https://svn.boost.org/trac10/ticket/4197#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Andrew Sutton</span> to <span class="trac-author">Jeremiah Willcock</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Jeremiah Willcock Thu, 06 May 2010 16:58:22 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4197#comment:2 https://svn.boost.org/trac10/ticket/4197#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/61824" title="Applied patch from #4197 to fix copy constructor; fixes #4197">[61824]</a>) Applied patch from <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4197" title="#4197: Bugs: undirected_graph copy constructor (closed: fixed)">#4197</a> to fix copy constructor; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4197" title="#4197: Bugs: undirected_graph copy constructor (closed: fixed)">#4197</a> </p> Ticket