From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102a.google.com (mail-pj1-x102a.google.com [IPv6:2607:f8b0:4864:20::102a]) by sourceware.org (Postfix) with ESMTPS id A3E413858C1F; Wed, 22 Mar 2023 17:59:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A3E413858C1F 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-pj1-x102a.google.com with SMTP id f6-20020a17090ac28600b0023b9bf9eb63so19922389pjt.5; Wed, 22 Mar 2023 10:59:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679507940; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=ZqmSWR4e+UnQkI881E52DXkL/MbrhW5xRswPjsFGDtk=; b=HD71FxxCRWGa0gFGzzzcx/abr3/8M8JOYc/9cSv4DH/DLl4R0tCfxhTrA7fuOn0B55 uLTStcuEEPHYhYa4wjdG1+L7odohGWEFV6xNxl7YXqAJHRNTZM3Im+fSXT8wFpDU9zLb xGRp3xu3q3grkm6oBuDCuwVBQQ6jkaacRTwSFwuujMxUxi99rO1rRDQVJTHKzaYJV+ai AVCemJliyQD+fhoB68BMs2FD6CXbKKbvipF4xWkhTabpTp6c1Z5EG0TSlSH1OfKmd1Qq q0lUf5lwUnwyTmu2Bz57QPKzRuvQ3mjnaHypvxkZoMkRcp6000vhoUpziR69Vqx+lQHG /UWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679507940; h=content-transfer-encoding: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=ZqmSWR4e+UnQkI881E52DXkL/MbrhW5xRswPjsFGDtk=; b=HbIyxNBYDqlV6ts6RvITlqt+v6BX+go3ScZ0BJcsef7lfRdn9vWvkNZL/wmK0gHulx 9p7AHXOXE3XubPHrfDL7JgtX5NFp5Fn7Z5qQT8eRc6E1vlqLa8aSKnYylFk7OhxXhiyW RLdxGm9sbgpw14EYFnKvd6cduexgYNVjLge8G117YqTr3yz+bJa8BAM/emXt4kFCKCwn Fw6liRkiO+sATI2+Xrx7iwkysrAU1SVu99+pp9I5glyLzH2tpasHyYvgIiyRO93vDY6F 2waeRQ2dQRXgFLQp45XB0pzZj37CNyT17rFVNs4qPWs5NR0nEP34X6Nhrmp2icIchVxo f5LA== X-Gm-Message-State: AO0yUKWJj6Gl5wk2d19eTPnHoyn4qnIRG0yUtiGfbklQ/dXiFRSrJpud CxSl1TpBt1jxg0evVDvz/kLbi+5F1nstrG+nA/U= X-Google-Smtp-Source: AK7set/OxrCHaXsgZs78SuFLELupQGWtp74j1mDHJCkhHLy12ds/ZPHU1KQY32+sRFcvwqOaAznRZOHBIsspjhqqYMs= X-Received: by 2002:a17:903:3243:b0:19f:2554:2886 with SMTP id ji3-20020a170903324300b0019f25542886mr1516203plb.0.1679507940494; Wed, 22 Mar 2023 10:59:00 -0700 (PDT) MIME-Version: 1.0 References: <20230322175003.408005-1-jwakely@redhat.com> In-Reply-To: <20230322175003.408005-1-jwakely@redhat.com> From: =?UTF-8?Q?Daniel_Kr=C3=BCgler?= Date: Wed, 22 Mar 2023 18:58:50 +0100 Message-ID: Subject: Re: [committed] libstdc++: Add missing __cpp_lib_format macro to To: Jonathan Wakely Cc: libstdc++@gcc.gnu.org, gcc-patches@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,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: Am Mi., 22. M=C3=A4rz 2023 um 18:53 Uhr schrieb Jonathan Wakely via Libstdc++ : > > Tested powerpc64le-linux, pushed to trunk. > > -- >8-- > > libstdc++-v3/ChangeLog: > > * include/std/version (__cpp_lib_format): Define. > * testsuite/std/format/functions/format.cc: Check it. > --- > libstdc++-v3/include/std/version | 1 + > .../testsuite/std/format/functions/format.cc | 15 +++++++++++++++ > 2 files changed, 16 insertions(+) > > diff --git a/libstdc++-v3/include/std/version b/libstdc++-v3/include/std/= version > index 25ebfc3e512..a19c39c6cdd 100644 > --- a/libstdc++-v3/include/std/version > +++ b/libstdc++-v3/include/std/version > @@ -277,6 +277,7 @@ > #define __cpp_lib_constexpr_utility 201811L > #define __cpp_lib_constexpr_vector 201907L > #define __cpp_lib_erase_if 202002L > +#define __cpp_lib_format 202106L Shouldn't the value be 202207L? (This of-course of your conforming complete= ness) Thanks, - Daniel