mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 11:26:08 +00:00

* Default-initialized `basic_string` iterators are not portably in the domain of `==`. * Avoid comparing iterators from non-equal string_views which MSVCSTL considers not to be in the domain of equality. * Don't test invalid range `[in, out + N)`. Also silence some truncation warnings by testing with a non-narrowing conversion. Differential Revision: https://reviews.llvm.org/D118049