Boost logo

Boost :

From: Richard Parkin (rparkin_at_[hidden])
Date: 2000-11-30 10:24:36


From: "Peter Dimov" <pdimov_at_[hidden]>
> * is it possible to get pool_alloc working with the MSVC 6 default STL?
I'm
> not an allocator expert.

It should be possible - there are some problems with map, set and list due
to rebind not working/not being used.

Instead, they use a non-standard _Charalloc method to allocate a different
size block, but use the same deallocate to delete it - the allocator would
have to be able to cope with this.

I'll do my best to review pool - it looks very promising so far, much better
than the one I put together recently.

Ric


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk