Skip to content
  • Jeff Raab's avatar
    Issue found with PVS-Studio: · 11398bb0
    Jeff Raab authored
    A lot of instances where some function args are not actually modified in any way, meaning that it is better for performance to convert them into const references. This prevents an additional copy, which can help performance.
    11398bb0