No real changes were needed, but add an assert for the pre-condition.
This implements:
- 3738 Missing preconditions for take_view constructor
Paths
| Differential D140568
[libc++] LWG3738 Validates a missing precondition. ClosedPublic Authored by Mordante on Dec 22 2022, 11:11 AM.
Details
Summary No real changes were needed, but add an assert for the pre-condition. This implements:
Diff Detail
Unit TestsFailed Event TimelineThis revision is now accepted and ready to land.Dec 22 2022, 11:14 AM Comment Actions Thanks for the review!
This revision was landed with ongoing or failed builds.Dec 23 2022, 8:21 AM Closed by commit rG0edc92e6e098: [libc++] LWG3738 Validates a missing precondition. (authored by Mordante). · Explain Why This revision was automatically updated to reflect the committed changes. Mordante marked an inline comment as done.
Revision Contents
Diff 484899 libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/__ranges/take_view.h
|
This should be <__assert>, right?