using yaml-cpp 0.5.1, there's still no way to hash on node identity (or
otherwise detect loops in the graph) - see
http://stackoverflow.com/questions/19743063/how-to-tell-if-ive-already-processed
-a-node
.is() is quadratic. we need an .id(). it can be hashed if you like if you want
to prevent access to detail:: internals.
Original issue reported on code.google.com by graehl on 4 Nov 2013 at 6:22
Original issue reported on code.google.com by
graehl
on 4 Nov 2013 at 6:22