implement garbage collection and do some refactoring #1637
GitHub Actions / Clang-Tidy
failed
Feb 17, 2024 in 0s
[Clang-Tidy] 1 warnings
[Clang-Tidy] 1 warnings
Annotations
Check warning on line 77 in src/tateyama/session/resource/container.cpp
github-actions / Clang-Tidy
performance-unnecessary-value-param
the parameter 'func' is copied for each invocation but only used as a const reference; consider making it a const reference
Loading