Groot icon indicating copy to clipboard operation
Groot copied to clipboard

this error when building Groot

Open langya19 opened this issue 2 years ago • 0 comments

In function ‘bool VerifyXML(QDomDocument&, const std::vector<QString>&, std::vector<QString>&)’: /Groot/bt_editor/XML_utilities.cpp:199:33: error: invalid initialization of reference of type ‘const std::unordered_map<std::__cxx11::basic_string<char>, BT::NodeType>&’ from expression of type ‘std::set<std::__cxx11::basic_string<char> >’ 199 | BT::VerifyXML(xml_text, registered_nodes); // may throw last time, i succeed to build it, this time has a error, how to solve?

langya19 avatar Sep 17 '22 08:09 langya19