Boost logo

Boost :

From: Darren Cook (darren_at_[hidden])
Date: 2005-09-26 06:14:05


> Has anyone had trouble with complex template code when moving from gcc
> 3.4 to gcc 4.0.1?

Actually "custom allocators" not "complex template code". It seems the
smart assert library already had its custom allocator disabled for GNUC
compilers, but g++ 4 doesn't like the replacement simple allocator either.

I got it to compile by removing all uses of the custom allocator (John,
I'll send you the patches tomorrow); I've not got as far as testing if
asserts still assert correctly...

Darren


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