policy_cache.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-03-14 23:49:11 -05:00
parent 106ab922a0
commit c359cd345a

View File

@ -78,7 +78,9 @@ public:
insert(char const *key_,
std::string const &val_)
{
return insert(key_,
strlen(key_),
val_);
}
const