[all-commits] [llvm/llvm-project] 3d7439: [libc++][spaceship] P1614R2: Removed `operator!=` ...

Hristo Hristov via All-commits all-commits at lists.llvm.org
Sun Jun 11 23:23:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d74398bd33b60ed00b92cb89fe6fe226ce9e8b1
      https://github.com/llvm/llvm-project/commit/3d74398bd33b60ed00b92cb89fe6fe226ce9e8b1
  Author: Hristo Hristov <zingam at outlook.com>
  Date:   2023-06-12 (Mon, 12 Jun 2023)

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

  Log Message:
  -----------
  [libc++][spaceship] P1614R2: Removed `operator!=` from `unordered_map`, `unordered_multimap`, `__hash_map_iterator`

Implements parts of P1614R2:
- Removed ops from `unordered_map`
- Removed ops from `unordered_multimap`
- Removed ops from `__hash_map_iterator`

Reviewed By: #libc, Mordante

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




More information about the All-commits mailing list