mirror of https://github.com/llvm-mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
------------------------------------------------------------------------ r257682 | marshall | 2016-01-13 13:54:34 -0800 (Wed, 13 Jan 2016) | 1 line Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the strong exception safety guarantee'. This turned out to be a pervasive problem in <string>, which required a fair amount of rework. Add in an optimization for when iterators provide noexcept increment/comparison/assignment/dereference (which covers many of the iterators in libc++). Reviewed as http://reviews.llvm.org/D15862 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_38@257716 91177308-0d34-0410-b5e6-96231b3b80d8 |
10 years ago | |
|---|---|---|
| .. | ||
| string_append | 10 years ago | |
| string_assign | 10 years ago | |
| string_copy | 10 years ago | |
| string_erase | 10 years ago | |
| string_insert | 10 years ago | |
| string_op_plus_equal | 11 years ago | |
| string_replace | 10 years ago | |
| string_swap | 11 years ago | |
| nothing_to_do.pass.cpp | 11 years ago | |