aboutsummaryrefslogtreecommitdiff
path: root/contrib/libstdc++/include/debug
Commit message (Collapse)AuthorAgeFilesLines
* Remove old contrib/libstdc++, unused since r358454Ed Maste2020-03-0225-7504/+0
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358544
* Fix a number of other clang warnings in libstdc++, which could appearDimitry Andric2012-10-231-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 Notes: svn path=/head/; revision=241959
* Make it possible to use the debug versions of std::map and std::multimapDimitry Andric2011-12-072-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 Notes: svn path=/head/; revision=228328
* GCC 4.2.0 release C++ standard library and runtime support code.Alexander Kabaev2007-05-1925-678/+1070
| | | | Notes: svn path=/vendor/gcc/dist/; revision=169691
* Gcc 3.4.4 C++ support bits.Alexander Kabaev2005-06-031-1/+1
| | | | Notes: svn path=/vendor/gcc/dist/; revision=146897
* Gcc 3.4.2 20040728 C++ support bits.Alexander Kabaev2004-07-2823-0/+7116
Notes: svn path=/vendor/gcc/dist/; revision=132720