From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by sourceware.org (Postfix) with ESMTPS id AD48D3857034 for ; Wed, 10 May 2023 16:50:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AD48D3857034 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-x534.google.com with SMTP id 4fb4d7f45d1cf-50bc4bc2880so11714302a12.2 for ; Wed, 10 May 2023 09:50:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683737428; x=1686329428; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=L98RERh+LihdNa77Cn1FoCVpBXog4puOW/9626LRpmQ=; b=f/wLgzba3W+v7Lp1K2pCtTiN+3VjKssby6kAFZClKWD+QrCBptoM9lyMGn3yq60Eb4 Zp4cM7ejjLxsvR0zdSQfuPIHJ3nHPF5I1Q+g7DMNuwqKiKrdcpszB8vzKjb+k2q2cIQU W3HHzmHQryv/vkPRoAbUNUp8nt/f7f6MnD0UyYi4ymMMGehksfIM1MXhlhJPjVJg83xw qqC1iGC5RsKqM0aUHHDTFzBxueHCOMnfn44eF9rhnDgL4vXTHBGyrl0/sDw46YJbF/i9 A/yCfta1fUAF9aXZNonkvgUrcdPc6W92ajEZ4nBf9j+E9Se/ZEuQxhApJ/9HZv7zG1dl BXDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683737428; x=1686329428; 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=L98RERh+LihdNa77Cn1FoCVpBXog4puOW/9626LRpmQ=; b=IVJ7E7QZ+ywkNA/gAtWu44bVEEoVwfSV4bs1MIP0BK8rcR0UAINKtKV1dHTyRmE6LT AkrSy7opt1cOkA7oi/sLMcJzrflGTZ0P9HCKO/U8s2enLBwJ0eUVxetUu4GtjACM5TNn G/+B5pKXI456AE1Fg3MYUsA4esgTnUJopgw+oARlP2YrQJgnIZYWx1pXEhJllO8bbsXu zCkudnpmvFHijzOxONBK5ytTvn5NaIcvSwcaKjot5Wm0Ri04H7DnEc8rzZ1O8ZQnnIn9 Gf9WeuCcI2UejWBcvm9whsYwSSia/rFiNVSVc1lX/Py+cPdVkqCuZ/jXw5yrelIcHf/k pdJA== X-Gm-Message-State: AC+VfDxiRqM/jhp/LWVJDttmFaReiwoovmcvDWaDBu56ovy6BDghiAJs n/eghfRjRSIEkGuk3a7hVMSSNROZb0d2C2H8TJM= X-Google-Smtp-Source: ACHHUZ4aV6Skh7Tswcv7KQVYbHyhNuUhu/ofwrvlf2tAqXsFKHjWQlTePslsoVLZk5bM1eYEAz3EDMJ75b1+0rK4r0A= X-Received: by 2002:a17:907:3203:b0:94a:8f3a:1a77 with SMTP id xg3-20020a170907320300b0094a8f3a1a77mr16191425ejb.8.1683737428181; Wed, 10 May 2023 09:50:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Wed, 10 May 2023 17:50:16 +0100 Message-ID: Subject: Re: std::format not listed on the C++ Standards support page To: Jakub Jelinek Cc: "C. Heide" , gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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, 10 May 2023 at 17:47, Jakub Jelinek via Gcc wrote: > > On Wed, May 10, 2023 at 10:38:02AM -0600, C. Heide via Gcc wrote: > > Hello, just a note that support for std::format (P0645R10) does > > not seem to be listed anywhere on the current C++ Standards > > Support page (https://gcc.gnu.org/projects/cxx-status.html). > > > > I was trying to figure out if it was supposed to be in the 12.3 > > release or not, but based on PR104166 I guess it's 13+ only. But > > just in case anyone else is looking for this info... :) > > It is a library feature, and https://gcc.gnu.org/projects/cxx-status.html > only documents core language features. > Library feature implementation status is documented in the libstdc++ > manual, so > https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#manual.intro.status.iso I'm working on a patch to update the library docs. I didn't get it done in time for 13.1 though.