[libcxx-commits] [PATCH] D57688: [libcxx] Remove <ext/hash_set>, <ext/hash_map> and <ext/__hash>

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 4 07:44:30 PST 2019


ldionne created this revision.
ldionne added a reviewer: mclow.lists.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, christof, mgorny.
Herald added a reviewer: EricWF.

Those headers have been deprecated for a long time and it's about time
we get rid of them. Users should move to std::unordered_set and
std::unordered_map.


Repository:
  rCXX libc++

https://reviews.llvm.org/D57688

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/include/CMakeLists.txt
  libcxx/include/ext/__hash
  libcxx/include/ext/hash_map
  libcxx/include/ext/hash_set
  libcxx/test/libcxx/containers/gnu_cxx/hash_map.pass.cpp
  libcxx/test/libcxx/containers/gnu_cxx/hash_set.pass.cpp
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/libcxx/extensions/hash/specializations.fail.cpp
  libcxx/test/libcxx/extensions/hash/specializations.pass.cpp
  libcxx/test/libcxx/extensions/hash_map/const_iterator.fail.cpp
  libcxx/test/libcxx/extensions/nothing_to_do.pass.cpp
  libcxx/test/libcxx/min_max_macros.sh.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57688.185050.patch
Type: text/x-patch
Size: 76401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190204/6afd5a55/attachment-0001.bin>


More information about the libcxx-commits mailing list