On Aug 24, 2025, at 10:35 PM, organicoman via Std-Proposals <std-proposals@lists.isocpp.org> wrote:
Very correct, that's why I didn't deviate into that with Simon.Also he mentioned indirection and inefficiency of passing by reference,....well if a compiler can optimize a non used variable, definitely it can collapse a reference into a pointer.