boostorg / property_tree

Boost.org property_tree module
http://boost.org/libs/property_tree
55 stars 92 forks source link

Xml nullkey #90

Closed brchrisman closed 3 years ago

brchrisman commented 3 years ago

Brought the nullkey type in line with 'key'

madmongo1 commented 3 years ago

Some tests are failing. Any chance you can take a look?

brchrisman commented 3 years ago

Some tests are failing. Any chance you can take a look?

Looks like this is the error? ./boost/property_tree/detail/xml_parser_read_rapidxml.hpp:36:73: warning: comparison with string literal results in unspecified behaviour [-Waddress] Will take a look. There doesn't happen to be a docker container image I can run to get the full compile?