https://issues.dlang.org/show_bug.cgi?id=14557
Vladimir Panteleev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Vladimir Panteleev <[email protected]> --- Shouldn't it be possible to work around this using string mixins inside e.g. a TypeDef template? Would probably be easier than wrapping every typedef declaration in a version(D1) block, too. The win32 bindings maintain D1 compatibility using the above approach. --
