Argonne-National-Laboratory/neml

get_Child in parse.cxx needs to return a const pointer

dschwen opened this issue · 0 comments

Const correctness is violate with new libxml++3 versions. The get_children method on a const xmlpp::Node returns a list of const xmlpp::Node * (so that whole method needs to return a const xmlpp::Node *.

I have a PR ready...