multiple inheritance

Namespace rswhite4 at googlemail.com
Mon Jul 9 14:35:37 PDT 2012


The solution is simple:

mixin template _Transform() {
public:
	alias this Transformable;

	// ...
}


More information about the Digitalmars-d-learn mailing list