diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-09-04 09:18:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-04 09:18:49 +0200 |
commit | e8fa13ca4edcae7da083555a1cb561e6f298c80c (patch) | |
tree | 2744c6d7cf3a92fc8e0c226f071e64ccd099936e /libcxx/test/std/algorithms/alg.nonmodifying | |
parent | cd44260ee64f948b5a8ac9e49082c0c14fabf33f (diff) | |
download | llvm-e8fa13ca4edcae7da083555a1cb561e6f298c80c.zip llvm-e8fa13ca4edcae7da083555a1cb561e6f298c80c.tar.gz llvm-e8fa13ca4edcae7da083555a1cb561e6f298c80c.tar.bz2 |
[libc++] Split ABI flag for removing iterator bases and removing the second member in reverse_iterator (#143079)
Currently `_LIBCPP_NO_ITERATOR_BASES` controls both whether specific
classes derive from `iterator` and whether `reverse_iterator` has a
second member variable. These two changes are orthogonal though, and one
can be applied in all langauge modes while the other change is only
conforming for C++17 and later.
Diffstat (limited to 'libcxx/test/std/algorithms/alg.nonmodifying')
0 files changed, 0 insertions, 0 deletions