[all-commits] [llvm/llvm-project] 813e1d: [libc++] implement move_iterator<T*> should be a r...
Shivam via All-commits
all-commits at lists.llvm.org
Wed Mar 1 10:17:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 813e1da9749a5d2d604198cf534f750c842eda22
https://github.com/llvm/llvm-project/commit/813e1da9749a5d2d604198cf534f750c842eda22
Author: Shivam kunwar <shivam.kunwar at kdab.com>
Date: 2023-03-01 (Wed, 01 Mar 2023)
Changed paths:
M libcxx/docs/FeatureTestMacroTable.rst
M libcxx/docs/ReleaseNotes.rst
M libcxx/docs/Status/Cxx2bPapers.csv
M libcxx/include/__iterator/move_iterator.h
M libcxx/include/iterator
M libcxx/include/version
M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/iterator.version.compile.pass.cpp
M libcxx/test/std/language.support/support.limits/support.limits.general/version.version.compile.pass.cpp
M libcxx/utils/generate_feature_test_macro_components.py
Log Message:
-----------
[libc++] implement move_iterator<T*> should be a random access iterator \n Differntial Revision- https://reviews.llvm.org/D135248
More information about the All-commits
mailing list