Loading isis/src/base/objs/Pvl/Pvl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ namespace Isis { * @param file The file containing the pvl formatted information */ Pvl::Pvl(const QString &file) : Isis::PvlObject("Root") { // This function specifically reads from GDAL-style JSON metadata. function<PvlObject(PvlObject&, json)> read_object = [&](PvlObject &pvlobj, json jdata) -> PvlObject { for(auto &[key, value] : jdata.items()) { string name = key; Loading Loading
isis/src/base/objs/Pvl/Pvl.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ namespace Isis { * @param file The file containing the pvl formatted information */ Pvl::Pvl(const QString &file) : Isis::PvlObject("Root") { // This function specifically reads from GDAL-style JSON metadata. function<PvlObject(PvlObject&, json)> read_object = [&](PvlObject &pvlobj, json jdata) -> PvlObject { for(auto &[key, value] : jdata.items()) { string name = key; Loading