policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-15 07:25:51 -05:00
parent 2c0b03886d
commit 1bbe293450

View File

@ -37,7 +37,7 @@
class PolicyCache
{
public:
typedef boost::flyweight::flyweight<std::string> Val;
typedef boost::flyweight<std::string> Val;
typedef boost::concurrent_flat_map<uint64_t,const char*> Map;
public: