[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I just did a some test compilations with gcc 4.2 and gcc 4.3 (from gcc | trunk), and got both some new warnings and a few errors. This patch | fixes those. | | The main variants of warnings/errors: | * Ambigous else | * Ambigous logical operators | * Headers in libstdc++ cleanup, requireing more includes | * Lookup changes, resulting in the need of more "using std::XX" | * Initialization out of order
I and I forgot the most prevalent one: * Modifier on return type ignored (const on pod types mostly) -- Lgb