mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 13:29:56 +08:00
085825b83b
2002-10-27 Paolo Carlini <pcarlini@unitus.it> PR libstdc++/8347 * include/bits/basic_string.tcc (string::_S_construct(_InIter, _InIter, const _Alloc&, forward_iterator_tag)): Do not throw logic error if __beg == NULL && __end == __beg. (string::string(const _CharT*, const _Alloc&)): Tweak. * testsuite/21_strings/ctor_copy_dtor.cc: Add test05 from PR. From-SVN: r58577 |
||
---|---|---|
.. | ||
append.cc | ||
assign.cc | ||
c_strings.cc | ||
capacity.cc | ||
char_traits_requirements.cc | ||
char_traits_typedefs.cc | ||
compare.cc | ||
ctor_copy_dtor.cc | ||
element_access.cc | ||
find.cc | ||
insert.cc | ||
inserters_extractors.cc | ||
invariants.cc | ||
nonmember.cc | ||
operations.cc | ||
replace.cc | ||
rfind.cc | ||
substr.cc |