[libcxx-commits] [PATCH] D120831: [libc++] Remove the deprecated <ext/hash_set> and <ext/hash_map>.

Manoj Gupta via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 2 10:13:05 PST 2022


manojgupta added a comment.

In D120831#3354933 <https://reviews.llvm.org/D120831#3354933>, @ldionne wrote:

> I attempted in Feb 2019 here: https://reviews.llvm.org/D57688.
>
> I ended up dropping the effort after the discussion at https://discourse.llvm.org/t/removing-deprecated-ext-hash-set-ext-hash-map-and-ext-hash/51068.
>
> FWIW, I still support this removal, but I'd like to get a better understanding of what's broken by it before moving forward.

An internal search yielded > 1000 hits for <ext/hash_map> and  <ext/hash_set> in mostly third party code. I'd prefer to avoid this busywork so a no from me.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120831



More information about the libcxx-commits mailing list