$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2003-02-19 15:40:06
"Richard Hadsell" <hadsell_at_[hidden]> wrote in message
news:3E52C720.8040306_at_blueskystudios.com...
> [...]
> Our application is a raytracing renderer. Storing data for each
> object encountered in a scene that contains ~100,000 objects is
> a problem. Some of the data are in scoped_arrays of
> scoped_ptrs.
> [...]
So those arrays never get resized?
Dave