Suggestion: Walter Bright, why not to implement multiple inheritance in D?

Walter Bright newshound at digitalmars.com
Sat Dec 2 19:33:15 PST 2006


Larry Evans wrote:
> How would the D equivalent to mpl::inherit_linearly<, inherit<,>, >
> (see http://www.boost.org/libs/mpl/doc/refmanual/inherit-linearly.html)
> work without using the MI class, inherit?

I would suggest using instead D's ability to declare the members of a 
struct using tuples.



More information about the Digitalmars-d mailing list