Multiple destructors

Ernesto Castellotti erny.castell at gmail.com
Fri May 26 09:11:47 UTC 2023


On Friday, 26 May 2023 at 09:07:07 UTC, Alex Biscotti wrote:
> Hello everyone! While researching the phobos library, I 
> discovered that a class can have multiple destructors if the 
> destructors are added via mixin injection. Accordingly, the 
> question is whether a description of such feature should be 
> added to the documentation, since the current description is a 
> bit confusing - ["There can be only one destructor per 
> class"](https://dlang.org/spec/class.html#destructors)?
>
> [...]

This is a bug to me, you should open an issue on bugzilla


More information about the Digitalmars-d-learn mailing list