diff --git a/src/policy_cache.hpp b/src/policy_cache.hpp index e695fceb..9b7614fb 100644 --- a/src/policy_cache.hpp +++ b/src/policy_cache.hpp @@ -49,7 +49,7 @@ public: nonstd::optional find(char const *key_) { - nonstd::optional + nonstd::optional rv; auto func = [&](const auto &v)