boost-icl #3668
[Clang-Tidy] 4 warnings
[Clang-Tidy] 4 warnings
Annotations
Check warning on line 66 in src/concurrency_control/include/read_by.h
github-actions / Clang-Tidy
google-explicit-constructor,hicpp-explicit-conversions
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
Check warning on line 67 in src/concurrency_control/include/read_by.h
github-actions / Clang-Tidy
google-explicit-constructor,hicpp-explicit-conversions
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
Check warning on line 67 in src/concurrency_control/include/read_by.h
github-actions / Clang-Tidy
modernize-pass-by-value
pass by value and use std::move
Check warning on line 67 in src/concurrency_control/include/read_by.h
github-actions / Clang-Tidy
performance-unnecessary-value-param
parameter 'key' is passed by value and only copied once; consider moving it to avoid unnecessary copies