Subject: Re: [boost] unordered_map failing to compile on MSVC7.1 using STLport
From: Robert Dailey (rcdailey_at_[hidden])
Date: 2012-02-16 19:05:18


On Thu, Feb 16, 2012 at 5:55 PM, Daniel James <dnljms_at_[hidden]> wrote:

> On 16 Feb 2012 23:15, "Robert Dailey" <rcdailey_at_[hidden]> wrote:
> >
> > On Thu, Feb 16, 2012 at 3:39 PM, Daniel James <dnljms_at_[hidden]> wrote:
> > >
> > > I've changed unordered in trunk to use it for old versions of visual
> > > c++. Although it's untested and I've no idea if it'll work. It should
> > > be possible to just copy the relevant header into boost 1.48. It's at:
> > >
> > >
> > >
>
> http://svn.boost.org/svn/boost/trunk/boost/unordered/detail/allocator_helpers.hpp
> >
> >
> > I replaced my allocator_helpers.hpp with yours and I get:
>
> Sorry, that should have been 1.49 since container's allocator_traits is
> new.

When will 1.49 be released? I may just have to wait for 1.49 to come
around, hopefully your fix will be included in that release.