Re: Template Mixin Conflicts

2014-10-08 Thread Alice via Digitalmars-d-learn
Thanks for your help guys. The workarounds will do for now. The bug is here: https://issues.dlang.org/show_bug.cgi?id=13587

Re: Template Mixin Conflicts

2014-10-06 Thread Alice via Digitalmars-d-learn
btw, do you mind to fill a bugreport? Okay, will do so once I get home from work. Thanks for the scope tip. Will try that out later too.

Re: Template Mixin Conflicts

2014-10-06 Thread Alice via Digitalmars-d-learn
And just this second I found this... but it's a few months old and has no follow up. http://forum.dlang.org/thread/mailman.1054.1398548687.2763.digitalmars-d-b...@puremagic.com On Monday, 6 October 2014 at 12:17:01 UTC, Alice wrote: Hi, I've created a template mixin which contains a struct

Template Mixin Conflicts

2014-10-06 Thread Alice via Digitalmars-d-learn
Hi, I've created a template mixin which contains a struct definition. The template is meant to be mixed into each module - to provide a little bit of auto generated info in each module - generated at compile time. As soon as I reference the symbols in any context, it starts complaining about