diff --git a/src/policy_cache.hpp b/src/policy_cache.hpp index b3870850..4aa18b22 100644 --- a/src/policy_cache.hpp +++ b/src/policy_cache.hpp @@ -49,12 +49,12 @@ public: nonstd::optional find(std::string const key_) { - nonstd::optional rv; + std::string rv; _cache.visit(key_, [&](std::string &v_) { - + }); return rv;