Cage@xxxxxxxxxx wrote: > Hello! > > I using GCC 3.3.1 > What is the "operator+(int, const char*) <built-in>"? the one you get with int i; char const *p;
i + p; // here
> Can I disable this operator, like it was in 3.2? no, that would have been a bug
nathan
-- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC The voices in my head said this was stupid too nathan@xxxxxxxxxxxxxxxx :: http://www.planetfall.pwp.blueyonder.co.uk