On 5/20/14, w0rp via Digitalmars-d <[email protected]> wrote: > During the last conference, people met up to discuss ref const(T) > and references to r-values, etc.
It would be nice to solve this. There is *a ton* of const reference stuff in a typical C++ library. I always have to convert these into pass-by-value, and my gut feeling is that performance suffers because of this.
