[libc++][docs] Mark LWG3447 as complete

Mark LWG3447 as complete since it was not an issue since the original
implementation of `take_view` from
0f4b41e038. Currently, `take_view`'s
deduction guide does not constrain the range on the `range` concept.

Reviewed By: ldionne, Mordante, #libc

Differential Revision: https://reviews.llvm.org/D111501
This commit is contained in:
Joe Loser 2021-10-11 21:40:14 -04:00
parent b5e8348bf2
commit e889099986
No known key found for this signature in database
GPG Key ID: 1CDBEBC050EA230D
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"`3265 <https://wg21.link/LWG3265>`__","``move_iterator``'s conversions are more broken after P1207","November 2020","Fixed by `LWG3435 <https://wg21.link/LWG3435>`__",""
"`3435 <https://wg21.link/LWG3435>`__","``three_way_comparable_with<reverse_iterator<int*>, reverse_iterator<const int*>>``","November 2020","|Complete|","13.0"
"`3432 <https://wg21.link/LWG3432>`__","Missing requirement for comparison_category","November 2020","",""
"`3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` have different constraints","November 2020","",""
"`3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` have different constraints","November 2020","|Complete|","14.0"
"`3450 <https://wg21.link/LWG3450>`__","The const overloads of ``take_while_view::begin/end`` are underconstrained","November 2020","",""
"`3464 <https://wg21.link/LWG3464>`__","``istream::gcount()`` can overflow","November 2020","",""
"`2731 <https://wg21.link/LWG2731>`__","Existence of ``lock_guard<MutexTypes...>::mutex_type`` typedef unclear","November 2020","",""

1 Issue # Issue Name Meeting Status First released version
8 `3265 <https://wg21.link/LWG3265>`__ ``move_iterator``'s conversions are more broken after P1207 November 2020 Fixed by `LWG3435 <https://wg21.link/LWG3435>`__
9 `3435 <https://wg21.link/LWG3435>`__ ``three_way_comparable_with<reverse_iterator<int*>, reverse_iterator<const int*>>`` November 2020 |Complete| 13.0
10 `3432 <https://wg21.link/LWG3432>`__ Missing requirement for comparison_category November 2020
11 `3447 <https://wg21.link/LWG3447>`__ Deduction guides for ``take_view`` and ``drop_view`` have different constraints November 2020 |Complete| 14.0
12 `3450 <https://wg21.link/LWG3450>`__ The const overloads of ``take_while_view::begin/end`` are underconstrained November 2020
13 `3464 <https://wg21.link/LWG3464>`__ ``istream::gcount()`` can overflow November 2020
14 `2731 <https://wg21.link/LWG2731>`__ Existence of ``lock_guard<MutexTypes...>::mutex_type`` typedef unclear November 2020