$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Nicolai Josuttis (nico_at_[hidden])
Date: 2000-08-03 10:45:47
What do you mean?
As the comment says private members break the
aggregation feature.
Nico
--- In boost_at_[hidden], Valentin Bonnard <Bonnard.V_at_w...> wrote:
> Nicolai Josuttis wrote:
>
> > - Does anybody know whether using "{...}" instead of
> > "{ { ... } }" for initialization is valid code???
>
> It is correct, and a very common practice in C.
>
> > - making rangecheck() const
>
> Why isn't it also private (and static) ?
>
> --
>
> Valentin Bonnard