[all-commits] [llvm/llvm-project] 5ed6dc: [libc++] Introduce helper functions __make_iter in...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Nov 15 13:17:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ed6dc468192c81a5a7dd4fc50f587c05861c98c
https://github.com/llvm/llvm-project/commit/5ed6dc468192c81a5a7dd4fc50f587c05861c98c
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
M libcxx/include/string
M libcxx/include/vector
Log Message:
-----------
[libc++] Introduce helper functions __make_iter in vector and string
This prepares the terrain for introducing a new type of bounded iterator
that can't be constructed like __wrap_iter. This reverts part of the
changes made to std::vector in 4eab04f84.
Differential Revision: https://reviews.llvm.org/D138036
More information about the All-commits
mailing list