https://issues.dlang.org/show_bug.cgi?id=19669
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #3 from Walter Bright <[email protected]> --- (In reply to ZombineDev from comment #2) > IMO, https://dlang.org/spec/traits.html#getTargetInfo should be able to give > you all specified compiler flags, not just -dip1000. That would be an enhancement request. Seb has shown how to reliably detect if -dip1000 is thrown, so this issue is resolved. (In general, doing things in the existing language is better than adding more features.) --
