cppcheck recommends that a std::map being passed by value be changed to a const reference. Fixes https://github.com/llvm/llvm-project/issues/94932.
15 KiB
15 KiB
cppcheck recommends that a std::map being passed by value be changed to a const reference. Fixes https://github.com/llvm/llvm-project/issues/94932.