Skip to content
  • Stuart Dilts's avatar
    Avoid unneeded copies · a8764f3b
    Stuart Dilts authored and Devin Lin's avatar Devin Lin committed
    Avoid unneeded copies by using const references and `std::move` where
    possible.
    + Changes suggested by clang-tidy
    a8764f3b