majintao0131 / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

There should be a way to deep-copy a Node (new API) #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Perhaps

YAML::Node node = /* ... */;
YAML::Node other = Clone(node);

?

Original issue reported on code.google.com by jbe...@gmail.com on 21 Jun 2012 at 1:06

GoogleCodeExporter commented 9 years ago
Done, rf54dd80f1933 in the main repo.

Original comment by jbe...@gmail.com on 4 Jul 2012 at 8:27