AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
503 stars 336 forks source link

const auto ptd -> const auto& ptd #3983

Closed atmyers closed 3 weeks ago

atmyers commented 3 weeks ago

This could be more efficient depending on how well a given compiler does RVO.

The proposed changes: