mirror of
https://github.com/boostorg/graph.git
synced 2026-02-01 08:32:11 +00:00
@@ -141,7 +141,7 @@ public:
|
||||
// Do a deep copy (recursive).
|
||||
// Only the root graph is copied, the subgraphs contain
|
||||
// only references to the global vertices they own.
|
||||
subgraph<Graph>::children_iterator i,i_end;
|
||||
typename subgraph<Graph>::children_iterator i,i_end;
|
||||
boost::tie(i,i_end) = x.children();
|
||||
for(; i != i_end; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user