From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DD5BC3858433; Mon, 18 Mar 2024 14:14:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DD5BC3858433 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710771279; bh=JL8sJ2leoQpJPw0bSt6Zk2L1TMJNz6VF2JxLbHCzENE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KN0IlVUMvf7X1RTM6iXz0tinH7bRG5bGLcVKyUepE4XHrawZc2PHdlQrXHeqbcqzp Lyr+We0NiX7qKBTna4Ix5g29SlybjM3Ft4HwbACy9eMUbFqeBBeGyB4/XRfD0DGLDf sfmxFDF6kbMAsJnBoS1ZlZNz6UklB/3zAs6TJ/LU= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/114147] [11 Regression] tuple allocator-extended constructor requires non-explicit default constructor Date: Mon, 18 Mar 2024 14:14:39 +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: 10.1.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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=3D114147 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12 Regression] tuple |[11 Regression] tuple |allocator-extended |allocator-extended |constructor requires |constructor requires |non-explicit default |non-explicit default |constructor |constructor --- Comment #11 from Jonathan Wakely --- backported for 13.3 and 12.4=