Hacker News new | ask | show | jobs
by quinnftw 3390 days ago
This is true, though generally anytime one uses `auto` it should be `const auto&` to avoid swallowing the quantifiers and potentially costly copies anyways.