policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-22 00:16:45 -06:00
parent e1b05cff4b
commit 75ac80ffaf

View File

@ -57,7 +57,7 @@ public:
rv = v_;
};
_cache.visit(key_,func);
_cache.visit(std::string(key_),func);
return rv;
}