[all-commits] [llvm/llvm-project] f28050: [libcxx] adds `std::indirectly_readable_traits` to...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Thu Apr 15 17:00:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f280505aa08432f5d4c4296122c6ff728b753398
https://github.com/llvm/llvm-project/commit/f280505aa08432f5d4c4296122c6ff728b753398
Author: Christopher Di Bella <cjdb at google.com>
Date: 2021-04-15 (Thu, 15 Apr 2021)
Changed paths:
M libcxx/docs/Cxx2aStatusIssuesStatus.csv
M libcxx/include/iterator
A libcxx/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/indirectly_readable_traits.compile.pass.cpp
Log Message:
-----------
[libcxx] adds `std::indirectly_readable_traits` to <iterator>
Implements parts of:
* P0896R4 The One Ranges Proposal
* LWG3446 `indirectly_readable_traits` ambiguity for types with both `value_type` and `element_type`
Depends on D99141.
Differential Revision: https://reviews.llvm.org/D99461
More information about the All-commits
mailing list