Browse Source

policy_cache.hpp

getattr-cache
Antonio SJ Musumeci 9 months ago
parent
commit
7b82e340bf
  1. 2
      src/policy_cache.hpp

2
src/policy_cache.hpp

@ -49,7 +49,7 @@ public:
nonstd::optional<std::string>
find(char const *key_)
{
nonstd::optional<std::string>
nonstd::optional<std::string> rv;
auto func =
[&](const auto &v)

Loading…
Cancel
Save