
6 Feb
2014
6 Feb
'14
1:32 p.m.
Can you make the changes? I'm not yet in a position to test VC11, though I hope to be soon.
I don't have VC11 either, but the minimum test that would disqualify it would probably entail adding to boost_no_cxx11_allocator.ipp something like:
std::allocator_traits<std::allocator<int> > at; + std::allocator_traits<std::allocator<int>
::rebind_alloc<void*>::value_type ra = &at;
A stricter approach would actually test that std::allocator_traits<std::allocator<int> >::rebind_alloc<void*> is std::allocator<void*>.
Done in develop. Tested VC10, 11 and 12. HTH, John.