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.
Details
Details
- Reviewers
ldionne • Quuxplusone Mordante - Group Reviewers
Restricted Project - Commits
- rGe889099986bc: [libc++][docs] Mark LWG3447 as complete
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM but please look at my comment! Thanks for investigating :)
libcxx/docs/Status/Cxx2bIssues.csv | ||
---|---|---|
11 | This should say 14.0 here cause we did not enable ranges in 13.0 (it was incomplete). |
Comment Actions
Fixed and landed. Thanks for the reminder this should be marked with 14.0 and not 13.0.
This should say 14.0 here cause we did not enable ranges in 13.0 (it was incomplete).