Things to Discuss at DConf 2014

Andrej Mitrovic via Digitalmars-d digitalmars-d at puremagic.com
Tue May 20 11:08:16 PDT 2014


On 5/20/14, w0rp via Digitalmars-d <digitalmars-d at puremagic.com> 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.


More information about the Digitalmars-d mailing list