Boost logo

Boost :

Subject: Re: [boost] [1.50.0] Beta 1 release candidates available for testing
From: Daniel James (dnljms_at_[hidden])
Date: 2012-06-01 06:19:40


On 1 June 2012 08:23, Olaf van der Spek <ml_at_[hidden]> wrote:
> On Fri, Jun 1, 2012 at 1:45 AM, Beman Dawes <bdawes_at_[hidden]> wrote:
>> As always, the release managers would appreciate it if you download
>> the candidate of your choice and give building it a try. Please report
>> both success and failure, and anything else that is noteworthy.
>
> VC11 (beta):
>
[snip]
> 11.0\vc\include\xmemory0(420): error C2039: 'value_type' : is not a
> member of 'std::allocator_traits<_Alloc>::rebind_alloc<_Other>'

Looks like VC11's std::allocator_traits is missing the value_type
typedef. I don't think it's worth holding up the beta for a problem
with a beta compiler. You should be able to get it to work by defining
BOOST_UNORDERED_USE_ALLOCATOR_TRAITS as 0.


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