id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13400,"boost::archive::xml_iarchive Exception in destructor: ""input stream error-No error""",Andrei Bryleuski ,Robert Ramey,"The sample code: #include #include #include #include #include #include #include #include std::ifstream ifs(""commandKeyToAction.xml""); auto newCommandKeyToAction = std::unordered_map>>(); boost::archive::xml_iarchive xmlIn(ifs); xmlIn >> boost::serialization::make_nvp(""options"", newCommandKeyToAction); ",Bugs,new,To Be Determined,serialization,Boost 1.66.0,Problem,,,