[all-commits] [llvm/llvm-project] 7b28c5: [libc++] Implement the output_iterator and output_...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jul 26 12:05:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b28c5d3765c5f48a1502693331b22330d609f88
https://github.com/llvm/llvm-project/commit/7b28c5d3765c5f48a1502693331b22330d609f88
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M libcxx/docs/Status/RangesPaper.csv
M libcxx/include/__iterator/concepts.h
M libcxx/include/__ranges/concepts.h
M libcxx/include/iterator
M libcxx/include/ranges
A libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.output/output_iterator.compile.pass.cpp
A libcxx/test/std/ranges/range.req/range.refinements/output_range.compile.pass.cpp
Log Message:
-----------
[libc++] Implement the output_iterator and output_range concepts
Differential Revision: https://reviews.llvm.org/D106704
More information about the All-commits
mailing list