$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jsiek_at_[hidden]
Date: 2000-09-20 10:30:35
I don't think gcc supports the optimization. I've tried it on linux,
and I doubt it would be different on other platforms.
John Maddock writes:
> One possible workaround - does gcc support zero sized base classes at all,
> on any platforms? If not then I could just cripple is_empty for the gcc
> case (this is seriously unpretty, but may be better than the warning if
> empty base classes aren't supported anyway).
>
> - John.
>
>
>
>
>
>