On Tue, Jul 16, 2002 at 03:51:05PM +0100, Angus Leeming wrote:
> You mean you'd prefer to pass around (possibly large) structs? Seems a little 
> excessive. Anyway, if you prefer that then this will probably also be fine 
> Martin.

How large is '(possibly large)'?

And yes, I prefer things over pointers to things if that's not too
expensive...

Andre'

PS:

>       ///
>       typedef std::map<string, Counter> CounterList;
>       ///
>       CounterList counterList;
> 
>       counterList[newc] = new Counter;

        counterList[newc] = Counter();

No?

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to