$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2003-04-30 11:33:37
On Wednesday, April 30, 2003, at 09:29 AM, Darin Adler wrote:
> The fact that sp2 is constant means you can't do this:
>
> *sp2 = 7;
Oops, make that:
The fact that sp2 points to a constant reference means you can't do
this:
*sp2 = 7;
-- Darin