]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Implement LWG 3546 changes to common_iterator
authorPatrick Palka <ppalka@redhat.com>
Sat, 19 Jun 2021 00:50:13 +0000 (20:50 -0400)
committerPatrick Palka <ppalka@redhat.com>
Tue, 12 Oct 2021 18:15:41 +0000 (14:15 -0400)
commit52b19e7b7262831dad9e917b2336d62f1df22684
tree5dece1da6f630ce0e7d463b9aea2347179785dd1
parent1335d35a530f31f60874cea1d5c98de81deed335
libstdc++: Implement LWG 3546 changes to common_iterator

libstdc++-v3/ChangeLog:

* include/bits/stl_iterator.h
(__detail::__common_iter_use_postfix_proxy): Add
move_constructible constraint as per LWG 3546.
(common_iterator::__postfix_proxy): Adjust initializer of
_M_keep as per LWG 3546.

(cherry picked from commit 4123650bd0ae53153142949ab5305eb48ec86390)
libstdc++-v3/include/bits/stl_iterator.h
This page took 0.061613 seconds and 6 git commands to generate.