[all-commits] [llvm/llvm-project] 1d68ab: [libc++] Move _ITER_TRAITS and _ITER_CONCEPT into ...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Thu Jun 5 23:33:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d68abccb5de5be755f5600299444ae602a869a5
https://github.com/llvm/llvm-project/commit/1d68abccb5de5be755f5600299444ae602a869a5
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M libcxx/include/__iterator/concepts.h
M libcxx/include/__iterator/iterator_traits.h
A libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/cpp20_iter_concepts.compile.pass.cpp
R libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/cpp20_iter_concepts.pass.cpp
M libcxx/test/libcxx/iterators/iterator.requirements/iterator.concepts/cpp20_iter_traits.compile.pass.cpp
Log Message:
-----------
[libc++] Move _ITER_TRAITS and _ITER_CONCEPT into <__iterator/concepts.h> (#140528)
`_ITER_TRAITS` and `_ITER_CONCEPT` are really implenentation details of
`<__iterator/concetps.h>`, so it makes more sense to put them there than
into `<__iterator/iterator_traits.h>`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list