This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by jloser on Oct 9 2021, 7:46 PM.

Details

Summary

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.

Diff Detail

Event Timeline

jloser requested review of this revision.Oct 9 2021, 7:46 PM
jloser created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2021, 7:46 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision as: Mordante.Oct 10 2021, 5:26 AM

LGTM!

ldionne accepted this revision.Oct 11 2021, 12:11 PM

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).

This revision is now accepted and ready to land.Oct 11 2021, 12:11 PM
This revision was automatically updated to reflect the committed changes.

LGTM but please look at my comment! Thanks for investigating :)

Fixed and landed. Thanks for the reminder this should be marked with 14.0 and not 13.0.