[Issue 6978] New: Mixin behavior order dependent
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 20 06:06:43 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6978
Summary: Mixin behavior order dependent
Product: D
Version: D2
Platform: x86_64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: Norbert at Nemec-online.de
--- Comment #0 from Norbert Nemec <Norbert at Nemec-online.de> 2011-11-20 06:05:51 PST ---
The attached file fails to compile with the message:
./bug_mixin_order.d(6): Error: forward reference of variable rank
./bug_mixin_order.d(10): Error: mixin
bug_mixin_order.MyArray!(int,4).MyArray.verifyArray!() error instantiating
./bug_mixin_order.d(20): Error: template instance
bug_mixin_order.MyArray!(int,4) error instantiating
------------
Strangely, the assertion fails only if it is forward referencing *and* inside a
mixin. Either situation on its own works fine.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list