$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Karl Nelson (kenelson_at_[hidden])
Date: 2001-12-21 18:23:19
> > 'ofrstream'.
> > This temporary is passed shared pointers to access the internal
> > structures of the initial object.
> > 3. operator<<(ofrstream&, const T&) is called for ' << toto'
>
> Here may be a problem of passing temporary by non-const reference.
I think the actual code has it overloaded to take const T&, T&,
manipulators, and others.
--Karl