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 ESMTPS id CD120382DE1C for ; Wed, 26 Oct 2022 16:26:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CD120382DE1C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1666801586; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=HhzezXUnC6qRXPafhTVQcKwXtbNVqIMxRBA53CYwdX8=; b=O8fMnABAHge/isxHE6KVRujljR+wATtdFWQX9tryRZVMoM3CBKNwQ+Htr1eYRMXqFPF7y7 TKjJ0bW8jDLK1SZSmxPBOkgSpl/CtQ5ehnv6gCQ/keYCdCiH5v/6VwwR06L8SF0om0NNwh zU1ljdzGAnOf6sU7ZyxoCMFrfZnGJn0= Received: from mail-ed1-f69.google.com (mail-ed1-f69.google.com [209.85.208.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_128_GCM_SHA256) id us-mta-564-ofWL4OPKMKuKejpyS2Iqig-1; Wed, 26 Oct 2022 12:26:25 -0400 X-MC-Unique: ofWL4OPKMKuKejpyS2Iqig-1 Received: by mail-ed1-f69.google.com with SMTP id z11-20020a056402274b00b00461dba91468so6708882edd.6 for ; Wed, 26 Oct 2022 09:26:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=HhzezXUnC6qRXPafhTVQcKwXtbNVqIMxRBA53CYwdX8=; b=kJM/nTcJO1P0catpsbEEx6DdGX5IAz/FfPZrj3GbYpaP0MjYQCZT79iMIoNN43Urqz oU9JKWSCPwM5d62wGixvDaZOQj966g0zAMoemJ9OGWO1JU74hUzwU0E5plFqROeYMBVm TpmcIrjKUx3Lr+SHVWU9NM12FmlcVyccopg+uyDiiLzMx/lieTU1atDPbxDFexYcSCWI xXGG8aOWmltX/CMnVu3EvHkeBN1a2gX/Ya7kh6hH+VGKwSJu9eylWBqKUBmMyeOZS85k UBOAuqxnzG/327SfH+tHQ/D1OMj7+qF6cCtPtBsdCgZJCZKdZlg0+kGOQ+D175cAtznh l+0w== X-Gm-Message-State: ACrzQf0vmbNhUYAQ0beclVes8RUjSIoAaxfROBo/9awE9X4HRR4vV8wR G6h0GTpCt0BAQ98QVd21v0giOdS/WiWbaWVXctC8V0V3nD082qhTCxnsSoAsnlPnu0OU3Gk6Vgr xsVteGrLaKTGfs3OS5o1KBJb7/CGSUe4= X-Received: by 2002:a17:907:2c74:b0:7a1:d333:f214 with SMTP id ib20-20020a1709072c7400b007a1d333f214mr20610656ejc.14.1666801584145; Wed, 26 Oct 2022 09:26:24 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5uBMFgmTP9CeTOqRB8WoQ3cPp8kUltu/1Z8lTkpBoRLIkzAXPlUok/iafjH6WNw9txTcFPMzAj/2XcLjP8/9U= X-Received: by 2002:a17:907:2c74:b0:7a1:d333:f214 with SMTP id ib20-20020a1709072c7400b007a1d333f214mr20610640ejc.14.1666801583971; Wed, 26 Oct 2022 09:26:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Wed, 26 Oct 2022 17:26:13 +0100 Message-ID: Subject: Re: Support for C++20 header? To: Paul Deitel Cc: "libstdc++@gcc.gnu.org" X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, 26 Oct 2022 at 17:25, Jonathan Wakely wrote: > > On Wed, 26 Oct 2022 at 17:20, Paul Deitel wrote: > > > > Hi Everyone, > > > > Just curious when (or if) we will see the C++20 header included in the library. > > > It should land on trunk next week. Meaning GCC 13 will include it.