I've implemented number of structs that use 'alias this' for composition, but now I'm finding out that there are bugs in the 'alias this' implementation in the language/compilers. What are my options? Will I 开发者_如何学编程have to rewrite everything? Or do I wait till it gets fixed? and when would that be?
If your problem hasn't been reported yet, then please file an issue via http://d.puremagic.com/issues/enter_bug.cgi
You may also support the development by submitting patches.
精彩评论