Bug 8034 – Template mixins creates ambiguous virtual function

Status
RESOLVED
Resolution
WORKSFORME
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-05-04T06:17:00Z
Last change time
2013-02-24T13:22:04Z
Keywords
accepts-invalid
Assigned to
nobody
Creator
verylonglogin.reg

Comments

Comment #0 by verylonglogin.reg — 2012-05-04T06:17:42Z
This compiles but shouldn't: --- mixin template T() { void f() { } } class A { mixin T; mixin T; } class B : A { override void f() { } } ---
Comment #1 by andrej.mitrovich — 2013-02-24T13:22:04Z
Fixed since 2.060.