On Friday, 26 May 2023 at 09:17:34 UTC, Alex Biscotti wrote:
On Friday, 26 May 2023 at 09:11:47 UTC, Ernesto Castellotti
wrote:
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
Do you mean that it's a bug in the documentation or
implementation of the language?
Bug in the implementation of Mixin Template