policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci
2024-03-12 19:02:07 -05:00
parent b06dfb1b1a
commit 5e983207b2
+1 -1
View File
@@ -34,7 +34,7 @@ class PolicyCache
{
public:
typedef boost::flyweight<std::string,boost::flyweights::no_tracking> fwstr;
typedef boost::concurrent_flat_map<uint64_t,fwstr> Map;
typedef boost::concurrent_flat_map<uint64_t,std::string> Map;
public:
PolicyCache(unsigned const max_size_ = 256)