[all-commits] [llvm/llvm-project] f105d9: [libcxx][test] `unordered_meow` iterators are not ...
Casey Carter via All-commits
all-commits at lists.llvm.org
Tue Jan 18 11:43:40 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f105d984431955d794f3c8452d534a8c58bdb6a5
https://github.com/llvm/llvm-project/commit/f105d984431955d794f3c8452d534a8c58bdb6a5
Author: Casey Carter <Casey at Carter.net>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M libcxx/test/std/containers/unord/unord.map/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.map/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.multimap/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.multimap/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.multiset/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.multiset/range_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.set/iterator_concept_conformance.compile.pass.cpp
M libcxx/test/std/containers/unord/unord.set/range_concept_conformance.compile.pass.cpp
Log Message:
-----------
[libcxx][test] `unordered_meow` iterators are not portably non-bidi
MSVCSTL's are actually bidirectional.
Differential Revision: https://reviews.llvm.org/D117369
More information about the All-commits
mailing list