Does YAML::Node have a Mark structure? -


i know during parsing, yaml-cpp can throw exception has nice file location (line , column number) information exception occurred. how post-parse? there mechanism determine (first) line number of yaml file associated given node?

starting 0.5.3 yaml::node has property mark() information line number etc.


Comments

Popular posts from this blog

ruby - How do I merge two hashes into a hash of arrays? -

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -