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

--- Comment #9 from Steven Schveighoffer <schvei...@yahoo.com> ---
(In reply to Walter Bright from comment #8)
> What's the difference between this and `shared static this()` ?

This uses the C runtime's features to do static ctor/dtor (if the compiler
supports it), shared static this uses D's ModuleInfo to do it.

--

Reply via email to