Daily bump.
This commit is contained in:
parent
bc046a60cf
commit
b245d1c3d6
2 changed files with 21 additions and 1 deletions
|
@ -1 +1 @@
|
|||
20210619
|
||||
20210620
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
2021-06-19 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
* include/std/ranges (transform_view::_Iterator::_S_iter_concept):
|
||||
Consider _Base instead of _Vp as per LWG 3555.
|
||||
(elements_view::_Iterator::_S_iter_concept): Likewise.
|
||||
|
||||
2021-06-19 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
* include/std/ranges (split_view::_OuterIter::value_type::begin):
|
||||
Remove the non-const overload, and remove the copyable constraint
|
||||
on the const overload as per LWG 3553.
|
||||
|
||||
2021-06-19 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2021-06-18 Patrick Palka <ppalka@redhat.com>
|
||||
|
||||
PR libstdc++/100387
|
||||
|
|
Loading…
Add table
Reference in a new issue