On 2011-12-21 23:56, Vladimir Panteleev wrote:
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?

I was hoping that D2 would allow typedefs in a version statement, but that's not the case. D2 still recognizes "typedef" so it's not the same problem as with D1 and the new D2 keywords.

--
/Jacob Carlborg

Reply via email to