[libcxx-commits] [PATCH] D99873: [libcxx] adds `std::ranges::iter_move` and `std::iter_rvalue_reference_t

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 8 08:49:56 PDT 2021


cjdb added inline comments.


================
Comment at: libcxx/include/iterator:2498
+
+  // Otherwise, `ranges​::​iter_­move(E)` is ill-formed.
+  void operator()(auto&&) const = delete;
----------------
miscco wrote:
> What is it with those strange `!`
They indicate there are non-visible code points in the text (e.g. zero-width joiners). I think it's a part of the LaTeX translation process for the standard. I'm committed to hunting all of these down, so thanks for the heads up.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99873



More information about the libcxx-commits mailing list