Any can't be used as an index type

This commit is contained in:
Markus Pilman 2021-04-12 09:51:59 -06:00
parent eb2fe0dbcf
commit ec95b649b0

View File

@ -69,9 +69,8 @@ class Packer : public msgpack::packer<msgpack::sbuffer> {
std::string,
std::string_view,
std::vector<std::any>,
std::map<std::any, std::any>,
std::map<std::string_view, std::any>,
std::unordered_map<std::any, std::any>>::populate(visitorMap);
std::map<std::string, std::any>,
std::map<std::string_view, std::any>>::populate(visitorMap);
}
void visit(const std::any& val, Packer& packer) {