From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id BDCDC385E036 for ; Fri, 4 Jun 2021 17:10:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BDCDC385E036 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-602-rKkNqQxuMAObjvKQOBCpRw-1; Fri, 04 Jun 2021 13:10:53 -0400 X-MC-Unique: rKkNqQxuMAObjvKQOBCpRw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 3D1411005D5B; Fri, 4 Jun 2021 17:10:52 +0000 (UTC) Received: from localhost (unknown [10.33.37.1]) by smtp.corp.redhat.com (Postfix) with ESMTP id E260360622; Fri, 4 Jun 2021 17:10:51 +0000 (UTC) Date: Fri, 4 Jun 2021 18:10:51 +0100 From: Jonathan Wakely To: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [committed] libstdc++: Add feature test macro for heterogeneous lookup in unordered containers Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libstdc++@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++ mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2021 17:11:08 -0000 On 04/06/21 16:01 +0100, Jonathan Wakely wrote: >Also update the C++20 status docs. > >Signed-off-by: Jonathan Wakely > >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. > >Tested powerpc64le-linux. Committed to trunk. > >I'll also add a note to the GCC 11 release notes, and I've updated the >compiler support page at cppreference.com Oh, and this should be backported to gcc-11 too.