mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-26 02:09:52 +08:00
policy_cache.hpp
This commit is contained in:
parent
cda94881ca
commit
7485b8fc9e
|
@ -52,7 +52,7 @@ public:
|
|||
nonstd::optional<std::string> rv;
|
||||
|
||||
_cache.visit(key_,
|
||||
[](Map::value_type &v_)
|
||||
[&](Map::value_type &v_)
|
||||
{
|
||||
rv = v_;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user