smallkv
smallkv copied to clipboard
使用./build.sh进行编译构建时出现无法将std::string_view转换为absl::string_view类型
报错为error: could not convert ‘log’ from ‘const string_view’ {aka ‘const std::basic_string_view
真的假的,我怎么能编过
编译不过的话改成std::string应该可以