[Issue 19375] .init of a nested struct stumps the inliner
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 8 14:37:17 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19375
--- Comment #2 from Stanislav Blinov <stanislav.blinov at gmail.com> ---
They seem to be different. In your case, it's about defining a struct inside
the inlined function (note that that struct isn't event nested, i.e.
__traits(isNested, S) will be false. In my case, it's about using a nested
struct inside another function.
Although who knows, it may indeed boil down to the same problem in DMD's code.
--
More information about the Digitalmars-d-bugs
mailing list