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.
------------------------------------------------------------------------ r323390 | ericwf | 2018-01-24 16:02:48 -0800 (Wed, 24 Jan 2018) | 9 lines Fix PR35564 - std::list splice/erase incorrectly throw in debug mode. There was a bug in the implementation of splice where the container sizes were updated before decrementing one of the iterators. Afterwards, the result of decrementing the iterator was flagged as UB by the debug implementation because the container was reported to be empty. This patch fixes that bug by delaying the updating of the container sizes until after the iterators have been correctly constructed. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_60@334621 91177308-0d34-0410-b5e6-96231b3b80d8 |
8 years ago | |
|---|---|---|
| .. | ||
| algorithms | 8 years ago | |
| atomics | 9 years ago | |
| containers | 8 years ago | |
| debug | 8 years ago | |
| depr | 8 years ago | |
| diagnostics | 8 years ago | |
| experimental | 8 years ago | |
| extensions | 10 years ago | |
| fuzzing | 8 years ago | |
| input.output | 9 years ago | |
| iterators | 8 years ago | |
| language.support | 8 years ago | |
| localization | 9 years ago | |
| modules | 9 years ago | |
| numerics | 8 years ago | |
| selftest | 8 years ago | |
| strings | 8 years ago | |
| thread | 8 years ago | |
| type_traits | 8 years ago | |
| utilities | 8 years ago | |
| double_include.sh.cpp | 9 years ago | |
| include_as_c.sh.cpp | 9 years ago | |
| libcpp_version.pass.cpp | 9 years ago | |
| min_max_macros.sh.cpp | 9 years ago | |