aboutsummaryrefslogtreecommitdiff
path: root/contrib/libstdc++/include/ext/ropeimpl.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove old contrib/libstdc++, unused since r358454Ed Maste2020-03-021-1702/+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-1/+1
| | | | | | | | | | | 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
* Some fixes so we can build libstdc++ with clang:Rui Paulo2010-08-241-6/+6
| | | | | | | | | | | | | | o Make the value_type, vector_type, iterator, __mutex_type types of free_list class so we can access them o In some cases template keywords must be inserted to treat classes as dependent template names o Remove two 'inline' keywords where they do not make sense Submitted by: Dimitry Andric <dimitry at andric.com> Reviewed by: trema Notes: svn path=/head/; revision=211755
* GCC 4.2.0 release C++ standard library and runtime support code.Alexander Kabaev2007-05-191-1257/+1420
| | | | 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-281-168/+159
| | | | Notes: svn path=/vendor/gcc/dist/; revision=132720
* Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repoDavid E. O'Brien2002-05-281-0/+1548
on 9-May-2002 15:57:15 EDT. Notes: svn path=/vendor/gcc/dist/; revision=97403