$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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