[all-commits] [llvm/llvm-project] 5a5332: [libc++][spaceship][NFC] P1612R2: Mark some items ...

Hristo Hristov via All-commits all-commits at lists.llvm.org
Mon Jun 12 21:44:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a53323d2c14eeb9665b16dba1d09f708455159b
      https://github.com/llvm/llvm-project/commit/5a53323d2c14eeb9665b16dba1d09f708455159b
  Author: Hristo Hristov <zingam at outlook.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M libcxx/docs/Status/SpaceshipProjects.csv

  Log Message:
  -----------
  [libc++][spaceship][NFC] P1612R2: Mark some items "remove `operator!=` from `*_iterator`" as "Complete"

Several parts of P1612R2 are already implemented:
- `common_iterator` (new in C++20) https://reviews.llvm.org/D103335
- `unreachable_sentinel_t` (new in C++20) https://reviews.llvm.org/D107920
- `istream_iterator` (removed) https://reviews.llvm.org/D119620
- `istreambuf_iterator` (removed) https://reviews.llvm.org/D119620

Reviewed By: #libc, Mordante

Differential Revision: https://reviews.llvm.org/D152656




More information about the All-commits mailing list