[bindings/win32] Migration from typedef

Vladimir Panteleev vladimir at thecybershadow.net
Wed Dec 21 14:56:35 PST 2011


Now that typedef is deprecated in D2, how should libraries that 
support both D1 and D2 adjust? Should it be simply changed to an 
alias, or replaced with a string mixin hack? What's the impact of 
changing typedefs to aliases in a widely-used library?


More information about the Digitalmars-d mailing list