[all-commits] [llvm/llvm-project] 065cf3: [libcxx][ranges] Add `default_sentinel` and `defau...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Tue Jun 1 14:07:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 065cf3f9d70374d0a02f1e15be32eaaa59f01466
https://github.com/llvm/llvm-project/commit/065cf3f9d70374d0a02f1e15be32eaaa59f01466
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M libcxx/docs/OneRangesProposalStatus.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__iterator/default_sentinel.h
M libcxx/include/iterator
A libcxx/test/std/iterators/predef.iterators/default.sentinel/default.sentinel.pass.cpp
Log Message:
-----------
[libcxx][ranges] Add `default_sentinel` and `default_sentinel_t`.
Refs https://eel.is/c++draft/default.sentinel and https://eel.is/c++draft/iterator.synopsis
Differential Revision: https://reviews.llvm.org/D103487
More information about the All-commits
mailing list