[libcxx-commits] [PATCH] D152642: [libc++][spaceship] P1614R2: Removed ops from `unordered_map`, `unordered_multimap`

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 11 11:04:31 PDT 2023


Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.

Thanks LGTM, modulo one nit.



================
Comment at: libcxx/include/unordered_map:958
+#if _LIBCPP_STD_VER <= 17
     friend _LIBCPP_INLINE_VISIBILITY
         bool operator!=(const __hash_map_iterator& __x, const __hash_map_iterator& __y)
----------------
Can you mention this is the commit message too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152642



More information about the libcxx-commits mailing list