Explicit Class Instance Allocation

Stanislav Blinov stanislav.blinov at gmail.com
Wed Feb 5 03:31:21 PST 2014


On Wednesday, 5 February 2014 at 11:23:57 UTC, Mike wrote:
> On Wednesday, 5 February 2014 at 11:19:00 UTC, bearophile wrote:
>> Mike:
>>
>>> class Foo
>>> {
>>>   new(size_t sz)
>>
>> Also that usage of new() is deprecated.
>>
>> Bye,
>> bearophile
>
> Thank you, but can you please point me to your source.  It's 
> not listed here (http://dlang.org/deprecate.html)

It's mentioned here: http://dlang.org/class.html#allocators.

Perhaps a bugreport or even a pull request is in order?


More information about the Digitalmars-d-learn mailing list