Boost logo

Boost :

From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2005-05-11 15:52:56


Daniel Wallin wrote:
[...]
> How about:
>
> INTERFACE(
> Base1
> , ...
> );
>
> INTERFACE(
> (Derived, (Base1)(Base2)(..))
> , ...
> );
>
> For base lists?

Or maybe:

  INTERFACE(Derived, extends (Base1) extends (Base2)
      ...
  );

-- 
Daniel Wallin

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk