]> git.ipfire.org Git - thirdparty/gcc.git/commit
forward_list (forward_list::splice_after): Check allocators are equal.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Sun, 22 Apr 2012 13:27:16 +0000 (13:27 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 22 Apr 2012 13:27:16 +0000 (14:27 +0100)
commit7c688aded43731835cfd13566fe8240c346cc20d
tree4cc822a189910f33f4e66596db19082a4d0f4ddb
parent49c45e289e98ae5abfcd6ba549b839cd70fe62af
forward_list (forward_list::splice_after): Check allocators are equal.

* include/debug/forward_list (forward_list::splice_after): Check
allocators are equal.
* src/c++11/debug.cc: Fix spelling.
* testsuite/23_containers/forward_list/debug/splice_after5_neg.cc:
New.
* testsuite/23_containers/forward_list/debug/splice_after6_neg.cc:
Likewise.
* testsuite/23_containers/forward_list/debug/splice_after7_neg.cc:
Likewise.

From-SVN: r186669
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/forward_list
libstdc++-v3/src/c++11/debug.cc
libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after5_neg.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after6_neg.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after7_neg.cc [new file with mode: 0644]