[Issue 14557] Check typedef usage at semantic stage
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri May 8 05:39:33 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14557
Vladimir Panteleev <thecybershadow at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thecybershadow at gmail.com
--- Comment #3 from Vladimir Panteleev <thecybershadow at gmail.com> ---
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.
--
More information about the Digitalmars-d-bugs
mailing list