$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-04-27 08:38:23
on 4/27/00 6:30 AM, John Maddock at John_Maddock_at_[hidden] wrote:
> The workaround versions could be the only versions if you wanted to avoid
> the conditional compile.
I support the removal of conditionals wherever possible.
Too bad about the object size bloat. I'm _fairly_ certain that the empty
base class optimization allows the extra size to be removed, but as we all
know not every compiler implements every optimization ;(
Probably a note in the documentation warning about this effect would be in
order.
-Dave