$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2000-11-30 12:07:54
From: "Richard Parkin" <rparkin_at_[hidden]>
> 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.
There are problems with vector and deque, too. The allocator expects a T*
argument, but gets passed a void*.
-- Peter Dimov Multi Media Ltd.