[libcxx-commits] [PATCH] D116268: [libc++][ranges] Add indirectly_comparable concept

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 3 16:00:55 PST 2022


Quuxplusone added a comment.

In D116268#3218468 <https://reviews.llvm.org/D116268#3218468>, @philnik wrote:

> Why is the CI failing? I ran all the generator scripts, but it didn't change anything.

https://buildkite.com/llvm-project/libcxx-ci/builds/7566#fbd04c3f-dcc1-45dd-993c-a9fd09735bdf says:

  + grep -rn '[^ -~]' libcxx/include/
  libcxx/include/iterator:145:  concept indirectly_­comparable =
  libcxx/include/iterator:146:    indirect_­binary_­predicate<R, projected<I1, P1>, projected<I2, P2>>; // since C++20

This means there's some non-ASCII character in there (on each of those lines). If you copied from eel.is, it's probably a zero-width space character in the vicinity of one of the underscores. A sufficiently dumb text editor will be able to show you exactly where.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116268/new/

https://reviews.llvm.org/D116268



More information about the libcxx-commits mailing list