https://issues.dlang.org/show_bug.cgi?id=23547
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Walter Bright <[email protected]> --- The config.h file is found first because config.h appears before config.d in the import search path. If config.h and config.d were in the same directory, the .d file would take precedence. --
