
2 Apr
2008
2 Apr
'08
4:05 p.m.
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