mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-21 00:18:10 +08:00
policy_cache.hpp
This commit is contained in:
parent
e1b05cff4b
commit
75ac80ffaf
@ -57,7 +57,7 @@ public:
|
||||
rv = v_;
|
||||
};
|
||||
|
||||
_cache.visit(key_,func);
|
||||
_cache.visit(std::string(key_),func);
|
||||
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user