
26 Sep
2005
26 Sep
'05
11:14 a.m.
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