Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 8 months ago
parent
commit
c289f78cf4
  1. 2
      src/policy_cache.hpp

2
src/policy_cache.hpp

@ -35,7 +35,7 @@ using namespace boost::flyweights;
class PolicyCache class PolicyCache
{ {
public: public:
typedef flyweight<std::string,no_tracking> fwstr;
typedef flyweight<std::string> fwstr;
typedef boost::concurrent_flat_map<uint64_t,std::string> Map; typedef boost::concurrent_flat_map<uint64_t,std::string> Map;
fwstr foo; fwstr foo;

Loading…
Cancel
Save