From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 707243858424; Sat, 9 Dec 2023 14:07:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 707243858424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702130848; bh=97rrr3FIO1EMFhGMWHSfdzTanq+MokNUnemprMNwTx0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O4FtyJ9/TJ8RaMO90damVg4OQ3+rB9T6sIO2rwqOIueT3x4QMcVEIHjrmiXJ6zyKz tXXZBtPwXPm0IpqSkZec5QXUrafHOdDfiMlN47BVfMf4826xGO0wLmnkCv5kRS2pJI 74D2srO3COdIiNHcipIR+p3LryRJMcfP7GY+uGDE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/111826] __cpp_lib_format should be 202110, not 202106 Date: Sat, 09 Dec 2023 14:07:27 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111826 --- Comment #1 from GCC Commits --- The master branch has been updated by Jonathan Wakely : https://gcc.gnu.org/g:cdf45e00a936a76a785c592c9730f24ef1ac25cd commit r14-6358-gcdf45e00a936a76a785c592c9730f24ef1ac25cd Author: Jonathan Wakely Date: Fri Dec 8 14:40:26 2023 +0000 libstdc++: Fix value of __cpp_lib_format macro [PR111826] As noted in the PR, we support both features required for the 202110L value, so we should define it with that value. libstdc++-v3/ChangeLog: PR libstdc++/111826 * include/bits/version.def (format): Update value. * include/bits/version.h: Regenerate. * testsuite/std/format/functions/format.cc:=