From e889099986bc3ff9e27605d3e4433d24048a6d7f Mon Sep 17 00:00:00 2001 From: Joe Loser Date: Mon, 11 Oct 2021 21:40:14 -0400 Subject: [PATCH] [libc++][docs] Mark LWG3447 as complete Mark LWG3447 as complete since it was not an issue since the original implementation of `take_view` from 0f4b41e038537ab2ab6fa2aa048e55c28a03ab68. 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 --- libcxx/docs/Status/Cxx2bIssues.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/docs/Status/Cxx2bIssues.csv b/libcxx/docs/Status/Cxx2bIssues.csv index d280389..12a293b 100644 --- a/libcxx/docs/Status/Cxx2bIssues.csv +++ b/libcxx/docs/Status/Cxx2bIssues.csv @@ -8,7 +8,7 @@ "`3265 `__","``move_iterator``'s conversions are more broken after P1207","November 2020","Fixed by `LWG3435 `__","" "`3435 `__","``three_way_comparable_with, reverse_iterator>``","November 2020","|Complete|","13.0" "`3432 `__","Missing requirement for comparison_category","November 2020","","" -"`3447 `__","Deduction guides for ``take_view`` and ``drop_view`` have different constraints","November 2020","","" +"`3447 `__","Deduction guides for ``take_view`` and ``drop_view`` have different constraints","November 2020","|Complete|","14.0" "`3450 `__","The const overloads of ``take_while_view::begin/end`` are underconstrained","November 2020","","" "`3464 `__","``istream::gcount()`` can overflow","November 2020","","" "`2731 `__","Existence of ``lock_guard::mutex_type`` typedef unclear","November 2020","","" -- 2.7.4