summaryrefslogtreecommitdiff
path: root/contrib/libstdc++/include/bits/stl_multimap.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove old contrib/libstdc++, unused since r358454Ed Maste2020-03-021-670/+0
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=358544
* Merge r133175 from upstream:Marius Strobl2014-04-291-1/+1
| | | | | | | | | | | | | | | | | 2008-03-13 Dennis Czeremin <dennis.czeremin@smiths-heimann.com> PR libstdc++/35566 * include/bits/stl_multimap.h (multimap<>::multimap(_InputIterator, _InputIterator)): Forward to _M_insert_equal, not _M_insert_unique. This patch was GPL2 at the time and fixes a regression introduced with the merge of GCC r129013 in FreeBSD r236829. MFC after: 3 days Sponsored by: Bally Wulff Games & Entertainment GmbH Notes: svn path=/head/; revision=265090
* Bring a couple of libstdc++ patches from Apple's llvm-gcc project.Pedro F. Giffuni2012-06-101-3/+3
| | | | | | | | | | | | | | | | | | Modified Fri Jul 10 07:44:34 2009 CDT by rafael backport part of http://gcc.gnu.org/ml/gcc-cvs/2007-10/msg00118.html The patch is for libstdc++ and it was GPL2 at the time. Modified Tue Apr 29 01:20:19 2008 CDT by asl Backport from mainline (pre-GPLv3). Fix for sizeof(const void*) > sizeof(unsigned long). Approved by: jhb (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=236829
* GCC 4.2.0 release C++ standard library and runtime support code.Alexander Kabaev2007-05-191-61/+54
| | | | Notes: svn path=/vendor/gcc/dist/; revision=169691
* Gcc 3.4.2 20040728 C++ support bits.Alexander Kabaev2004-07-281-473/+514
| | | | Notes: svn path=/vendor/gcc/dist/; revision=132720
* Gcc 3.3.1-pre 2003-07-11 C++ support bits.Alexander Kabaev2003-07-111-409/+554
| | | | Notes: svn path=/vendor/gcc/dist/; revision=117397
* Gcc 3.1.0 pre-release's C++ support bits from the FSF anoncvs repoDavid E. O'Brien2002-05-281-0/+491
on 9-May-2002 15:57:15 EDT. Notes: svn path=/vendor/gcc/dist/; revision=97403