Call site 'ref'

Tobias Pankrath tobias at pankrath.net
Sun Jan 15 11:04:39 PST 2012


> I also know that people dislike using reference parameters in C++ due to
> the lack of visibility at the call site (causing them to use pointers).

Which is true for me. Every single one of my reference parameters is const 
ref or pointer.


More information about the Digitalmars-d mailing list