Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a number of other clang warnings in libstdc++, which could appear | dim | 2012-10-23 | 1 | -4/+4 |
| | | | | | | | | when building other C++ software with it. Also fix one actual bug in libsupc++, which was exposed by such a warning. This latter fix is the only functional change. MFC after: 1 week | ||||
* | Make it possible to use the debug versions of std::map and std::multimap | dim | 2011-12-07 | 2 | -4/+0 |
| | | | | | | | | | | | | | | | | | with clang, by removing two unneeded using declarations. Otherwise, you would 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 any libstdc++ header. They are more likely to contain problems, because they are exercised far less often, and since the standard library complexity guarantees don't always apply anymore, compile times can drastically increase. MFC after: 2 weeks | ||||
* | GCC 4.2.0 release C++ standard library and runtime support code. | kan | 2007-05-19 | 25 | -682/+1074 |
| | |||||
* | Gcc 3.4.4 C++ support bits. | kan | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | Gcc 3.4.2 20040728 C++ support bits. | kan | 2004-07-28 | 23 | -0/+7116 |