implement garbage collection and do some refactoring #1637
Annotations
1 error and 1 warning
Analysis
- *<https://github.com/project-tsurugi/tateyama/runs/21680174688?check_suite_focus=true|[Clang-Tidy] 1 warnings>*
|
performance-unnecessary-value-param:
src/tateyama/session/resource/container.cpp#L77
the parameter 'func' is copied for each invocation but only used as a const reference; consider making it a const reference
|