https://issues.dlang.org/show_bug.cgi?id=16025

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from [email protected] ---
I suppose he speaks about this:

----
mixin template Foo(){}
template Bar(){} // not a mixin

mixin Foo;
mixin Bar; // can be mixed

void main(){}----

a template can be mixed even if it's not a mixin template.

--

Reply via email to