[Issue 7950] Type tuples are incorrectly flattened in base type list of interface
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 20 10:49:21 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7950
Max Samukha <samukha at voliacable.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Cannot derive interface |Type tuples are incorrectly
|from empty type tuple |flattened in base type list
| |of interface
--- Comment #1 from Max Samukha <samukha at voliacable.com> 2012-04-20 10:50:16 PDT ---
Actually, the problem is with tuple flattening in general:
class A2 : I, TypeTuple!(I2) {} // ok
interface I5 : I, TypeTuple!(I2) {} // fail
--
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