libstdc++: Add feature test macro for heterogeneous lookup in unordered containers
authorJonathan Wakely <jwakely@redhat.com>
Fri, 4 Jun 2021 14:59:37 +0000 (15:59 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 4 Jun 2021 14:59:37 +0000 (15:59 +0100)
commitf78f25f43864f38ae5a6a9fcce8f26c94fe45bcd
tree7546d834d06dc0567bd6ce1b8119ebd890999895
parentad3f0ad4bafe377072a53ded468fd9948e659f46
libstdc++: Add feature test macro for heterogeneous lookup in unordered containers

Also update the C++20 status docs.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
libstdc++-v3/ChangeLog:

* doc/xml/manual/status_cxx2020.xml:
* doc/html/*: Regenerate.
* include/bits/hashtable.h (__cpp_lib_generic_unordered_lookup):
Define.
* include/std/version (__cpp_lib_generic_unordered_lookup):
Define.
* testsuite/23_containers/unordered_map/operations/1.cc: Check
feature test macro.
* testsuite/23_containers/unordered_set/operations/1.cc:
Likewise.
libstdc++-v3/doc/html/manual/status.html
libstdc++-v3/doc/xml/manual/status_cxx2020.xml
libstdc++-v3/include/bits/hashtable.h
libstdc++-v3/include/std/version
libstdc++-v3/testsuite/23_containers/unordered_map/operations/1.cc
libstdc++-v3/testsuite/23_containers/unordered_set/operations/1.cc