aboutsummaryrefslogtreecommitdiff
path: root/contrib/libstdc++/include/bits/basic_string.tcc
Commit message (Collapse)AuthorAgeFilesLines
* Remove old contrib/libstdc++, unused since r358454Ed Maste2020-03-021-1012/+0
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358544
* libstdc++: merge non-abi changes from Apple's developer toolsPedro F. Giffuni2013-11-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take some changes from Apple's Developer Tools 4.0 [1]: block.patch emergency-buffer-reduction.patch test_cleanup.patch vector_copy_no_alloc.patch problem/6473222 copy-constructing a std::vector from an empty std::vector calls malloc 2008-10-27 Howard Hinnant stl_tree_system_header.patch Added #pragma GCC system_header to stl_tree.h. copy_doc.patch Corrected documentation concerning copy in stl_algobase.h. string_compare.patch Fixed basic_string.h, basic_string.tcc, incorrect 64bit to 32bit narrowing. Reference: [1] http://opensource.apple.com/source/libstdcxx/libstdcxx-39/patches-4.2.1/ Obtained from: Apple MFC after: 1 month Notes: svn path=/head/; revision=258429
* GCC 4.2.0 release C++ standard library and runtime support code.Alexander Kabaev2007-05-191-154/+191
| | | | Notes: svn path=/vendor/gcc/dist/; revision=169691
* Gcc 3.4.4 C++ support bits.Alexander Kabaev2005-06-031-7/+14
| | | | Notes: svn path=/vendor/gcc/dist/; revision=146897
* Gcc 3.4.2 20040728 C++ support bits.Alexander Kabaev2004-07-281-460/+335
| | | | Notes: svn path=/vendor/gcc/dist/; revision=132720
* Gcc 3.3.1-pre 2003-07-11 C++ support bits.Alexander Kabaev2003-07-111-18/+132
| | | | Notes: svn path=/vendor/gcc/dist/; revision=117397
* Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)David E. O'Brien2002-12-041-8/+11
| | | | Notes: svn path=/vendor/gcc/dist/; revision=107606
* Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on ↵Alexander Kabaev2002-09-011-11/+6
| | | | | | | 1-Sep-2002 00:00:01 EDT. Notes: svn path=/vendor/gcc/dist/; revision=102782
* Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repoDavid E. O'Brien2002-05-281-0/+981
on 9-May-2002 15:57:15 EDT. Notes: svn path=/vendor/gcc/dist/; revision=97403