[all-commits] [llvm/llvm-project] 0edc92: [libc++] LWG3738 Validates a missing precondition.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Fri Dec 23 08:21:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0edc92e6e098e66e452a730f524b0905e2d4c78b
https://github.com/llvm/llvm-project/commit/0edc92e6e098e66e452a730f524b0905e2d4c78b
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M libcxx/docs/Status/Cxx2bIssues.csv
M libcxx/include/__ranges/take_view.h
Log Message:
-----------
[libc++] LWG3738 Validates a missing precondition.
No real changes were needed, but add an assert for the pre-condition.
This implements:
- 3738 Missing preconditions for take_view constructor
Reviewed By: #libc, philnik
Differential Revision: https://reviews.llvm.org/D140568
More information about the All-commits
mailing list