digitalmars.D - Struct destructors not available in -betterC?
- Gary Willoughby (5/5) Jul 10 2018 Looking at the page on -betterC it says that struct destructors
- SrMordred (2/7) Jul 10 2018 Yep, the docs are not up to the last dmd updates.
- Seb (3/12) Jul 10 2018 But they easily can be:
- Gary Willoughby (2/4) Jul 11 2018 Thanks.
Looking at the page on -betterC it says that struct destructors are not available. See point 11: https://dlang.org/spec/betterc.html#consequences This doesn't seem to be true as I'm using them with no problem.
Jul 10 2018
On Tuesday, 10 July 2018 at 19:14:26 UTC, Gary Willoughby wrote:Looking at the page on -betterC it says that struct destructors are not available. See point 11: https://dlang.org/spec/betterc.html#consequences This doesn't seem to be true as I'm using them with no problem.Yep, the docs are not up to the last dmd updates.
Jul 10 2018
On Tuesday, 10 July 2018 at 19:28:34 UTC, SrMordred wrote:On Tuesday, 10 July 2018 at 19:14:26 UTC, Gary Willoughby wrote:But they easily can be: https://github.com/dlang/dlang.org/pull/2415Looking at the page on -betterC it says that struct destructors are not available. See point 11: https://dlang.org/spec/betterc.html#consequences This doesn't seem to be true as I'm using them with no problem.Yep, the docs are not up to the last dmd updates.
Jul 10 2018
On Tuesday, 10 July 2018 at 20:33:46 UTC, Seb wrote:But they easily can be: https://github.com/dlang/dlang.org/pull/2415Thanks.
Jul 11 2018