Fix a number of other clang warnings in libstdc++, which could appearwhen building other C++ software with it. Also fix one actual bug inlibsupc++, which was exposed by such a warning. This latte
Fix a number of other clang warnings in libstdc++, which could appearwhen building other C++ software with it. Also fix one actual bug inlibsupc++, which was exposed by such a warning. This latter fix is theonly functional change.MFC after: 1 week
show more ...
Make it possible to use the debug versions of std::map and std::multimapwith clang, by removing two unneeded using declarations. Otherwise, youwould get errors similar to:/usr/include/c++/4.2/de
Make it possible to use the debug versions of std::map and std::multimapwith clang, by removing two unneeded using declarations. Otherwise, youwould get errors similar to:/usr/include/c++/4.2/debug/map.h:77:20: error: dependent using declaration resolved to type without 'typename' using _Base::value_compare; ^N.B.: Take care when you actually use the debug versions of anylibstdc++ header. They are more likely to contain problems, becausethey are exercised far less often, and since the standard librarycomplexity guarantees don't always apply anymore, compile times candrastically increase.MFC after: 2 weeks
GCC 4.2.0 release C++ standard library and runtime support code.
Gcc 3.4.4 C++ support bits.
Gcc 3.4.2 20040728 C++ support bits.