DMD 0.174 release

JohnC johnch_atms at hotmail.com
Tue Nov 14 16:52:17 PST 2006


"Walter Bright" <newshound at digitalmars.com> wrote in message 
news:ejdj7u$da3$1 at digitaldaemon.com...
> Much improved tuple support.

Very cool.

One area where type tuples don't work is in place of a base class list. Any 
chance of supporting this usage?

template ImplementsCore(T ...) {
  ...
}

abstract class Implements(T ...) : T[0 .. $] {
  mixin ImplementsCore!(T);
} 





More information about the Digitalmars-d-announce mailing list