Files
archived-yaml-cpp/include/yaml-cpp
bedapisl 0122697561 Improve error messages on operator[] or as<> (#656)
Invalid access via operator[] or as<> will now print the offending key, if possible.

For example:

a:
  x: 1
  y: 2

node["a"]["z"].as<int>()

will say that the key "z" was invalid.
2019-04-17 08:44:09 -05:00
..
2014-03-22 12:49:16 -05:00
2016-03-16 10:41:12 -07:00
2014-03-23 20:08:54 -05:00
2015-01-24 14:47:00 -06:00
2015-04-02 20:50:11 +01:00
2016-04-01 17:14:59 -05:00
2019-03-24 17:01:14 -05:00
2014-03-22 12:49:16 -05:00
2015-01-24 12:26:16 -06:00