On 04/30/2014 10:58 PM, Andrei Alexandrescu wrote:
> On 4/30/14, 1:56 PM, Timon Gehr wrote:
>>
>> struct S{
>> ~this(){ /* ... */ }
>> /* ... */
>> }
>>
>> class C{
>> S s;
>> }
>>
>> ?
>
> By hand, as I mentioned. -- Andrei
>
I meant, is it going to be deprecated too?