aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/vector.tcc
AgeCommit message (Expand)AuthorFilesLines
2005-11-02[multiple changes]Paolo Carlini1-1/+1
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-06-03re PR libstdc++/21770 (rebinding allocator::value type vs. container::value_t...Paolo Carlini1-30/+30
2005-05-10re PR libstdc++/18604 (Use of unqualified names conflict with names in global...Paolo Carlini1-5/+5
2004-12-30vector.tcc (erase(iterator, iterator), [...]): Qualify all calls to std::copy().Jonathan Wakely1-3/+3
2004-10-21vector.tcc (_M_insert_aux, [...]): Check at the outset that we are not trying...Paolo Carlini1-5/+28
2004-07-28stl_construct.h (_Destroy): New three-argument overload that takes an allocat...Matt Austern1-66/+87
2004-07-14re PR libstdc++/16505 ([3.4 only] std::uninitialized_fill_n() incorrect signa...Paolo Carlini1-8/+7
2004-07-04basic_string.h: Trivial formatting fixes and/or const-ification of some varia...Paolo Carlini1-10/+10
2004-04-26stl_vector.h: Trivial formatting fixes.Paolo Carlini1-251/+288
2004-04-16c++config (_GLIBCXX_STD): New.Benjamin Kosnik1-2/+2
2004-03-25stl_list.h: Created a _List_impl class and made it derive from the allocator...Dhruv Matani1-79/+79
2004-02-08Remove trailing whitespace (see ChangeLog for longwinded description).Bernardo Innocenti1-15/+15
2004-02-01vector.tcc (vector::_M_insert_aux(iterator)): Remove, unused.Paolo Carlini1-45/+1
2004-01-27c_locale.cc: Fix throw messages to use the __N marker.Paolo Carlini1-1/+1
2003-11-11[multiple changes]Benjamin Kosnik1-3/+4
2003-07-14c_locale.h: Include <cstdlib> and <cstring>.Mark Mitchell1-3/+3
2003-07-05Move from CPP to CXX.Benjamin Kosnik1-4/+4
2003-07-04valarray_array.h: Fully qualify standard functions with std::, thus avoiding ...Paolo Carlini1-73/+73
2003-06-10BUGS: Update from 2.90.8 snapshot.Phil Edwards1-5/+5
2003-01-16cp-tree.h (lang_type_class): Remove is_partial_instantiation.Mark Mitchell1-67/+87
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-4/+4
2002-11-16re PR libstdc++/8230 (Buggy allocator behaviour)Benjamin Kosnik1-61/+61
2002-11-13re PR libstdc++/8230 (Buggy allocator behaviour)Benjamin Kosnik1-10/+12
2002-08-09deque.tcc, [...]: Re-indent contents of namespace std, re-wrap comment lines ...Phil Edwards1-306/+302
2002-06-12Makefile.am: Add new files.Phil Edwards1-0/+439