Boost logo

Boost :

From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-04-02 12:05:52


AMDG

Amit wrote:
> Hi,
>
> I am trying to migrate my project to 1.35. The following used to compile and
> work with 1.34.1:
> bmx::multi_index_container<wstring,
> bmx::indexed_by<bmx::ordered_unique<bmx::identity<wstring> >,
> bmx::random_access<> >,
> boost::fast_pool_allocator<wstring> >
>
> But refuses to compile with 1.35 (I use Intel compiler 10.1 with MSVC7.1 STL).
> Something to do with allocator rebind. I am including some of the compiler
> output below.
>
> Can someone please suggest a resolution (hopefully keeping the pool allocator
> intact)?
>

pool_allocator and fast_pool allocator need to be specialized for void,
I think.

In Christ,
Steven Watanabe


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