[Issue 18493] [betterC] Can't use aggregated type with postblit

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Apr 18 08:00:20 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18493

--- Comment #5 from Radu Racariu <radu.racariu at gmail.com> ---
Ideally -betterC should imply `nothrow`, and any lowered code should work with
this assumption.

What is important to keep in mind is that if you require `this(this)` to be
annotated with `nothrow` in order to compile - you need to fix the error
message for the case where it isn't and using -betterC, the current error
message is very bad.

--


More information about the Digitalmars-d-bugs mailing list