Ruling out arbitrary cost copy construction?
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Wed Oct 6 14:09:14 PDT 2010
On 10/6/10 16:02 CDT, Nick Sabalausky wrote:
> So you want to simplify usage of sealed ranges by forcing all classes that
> allocate in their ctor to be reference counted classes instead of GCed?
Almost. Rephrased just a bit:
"So you want to simplify usage of sealed ranges by forcing all structs
that allocate in their this(this) to use reference counted internally
instead of eager copying?"
Yes :o).
Andrei
More information about the Digitalmars-d
mailing list