http://d.puremagic.com/issues/show_bug.cgi?id=4636
Dicebot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Dicebot <[email protected]> 2013-09-11 08:17:54 PDT --- This is invalid as per current D specification but once again highlights fundamental flaw of protection attribute resolution done from definition scope for templates. Semantically it is the same module who constructs the Foo and access to private constructor is expected. But in fact it is done in `scoped` body which does reside in different module and this does not have access. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
