
1 Jun
2012
1 Jun
'12
1:39 p.m.
On 1 June 2012 13:28, Olaf van der Spek <ml@vdspek.org> wrote:
On Fri, Jun 1, 2012 at 2:20 PM, Daniel James <dnljms@gmail.com> wrote:
VC10 also doesn't have allocator_traits, so it wouldn't have this issue.
How do you handle this on other compilers? GCC < 4.7 doesn't have template aliases either.
GCC only implemented allocator_traits in 4.7.
Could you automatically disable allocator traits on VC11?
I've already done that on trunk.