Search code examples
d

'alias this' is broken. now what?


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?


Solution

  • 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.