[Issue 24769] Add pragma compile on import

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 18 12:28:37 UTC 2024


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

--- Comment #2 from Richard (Rikki) Andrew Cattermole <alphaglosined at gmail.com> ---
It is part of PhobosV3, see Adam Wilson's DConf 2024 talk.

A more concrete example of a module that would benefit from it is core.int128,
but there are others such as the WinAPI bindings that have symbols declared
that are not a binding.

Oh and I've implemented it https://github.com/dlang/dmd/pull/16848

--


More information about the Digitalmars-d-bugs mailing list