[Issue 16491] Forward referencing and static/shared static module constructors break initialisation

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Nov 25 07:24:32 PST 2016


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

--- Comment #8 from Steven Schveighoffer <schveiguy at yahoo.com> ---
(In reply to uplink.coder from comment #6)
> In this case the cycle is non-harmful.
> Since no run-time initialized data is used.

Yes, that is what issue 16673 is about -- using statically available data
should not add a dependency.

--


More information about the Digitalmars-d-bugs mailing list