$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 1999-10-04 15:54:25
Ed Brey wrote:
> I just noticed a minor oddity: for scoped_array and shared_array,
> operator[] takes an
> argument of type int. Any reason it isn't type std::ptrdiff_t?
You do mean size_t, don't you ?
(and yes int is incorrect)
-- Valentin Bonnard