
1 Jun
2012
1 Jun
'12
10:34 a.m.
Daniel James wrote:
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.
Strictly speaking, the above is not accessing value_type of allocator_traits, although I'm not sure what difference this makes. ::rebind_traits<>::value_type would.