mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Any can't be used as an index type
This commit is contained in:
parent
eb2fe0dbcf
commit
ec95b649b0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user