From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A5923858C98; Wed, 28 Feb 2024 14:31:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A5923858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709130686; bh=9FznoFTIG4cWXexmSpBfYYjBdVv4+DCMC4C3YC4beac=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Heb9/rKlhp0V56b6kNwx1rFKWQyyT5I69Zs3i8E3YcYPGBe4OCD5IS99Sa6pGbh3y 6+anNkv75IePEGAqfR/sdes5So7sr16hld+2JFo1FFSmorPH8F5uWv/Yg9ttAKoD9x +L7KnDtas/1RSgi//gS1aTww5LOwWH3lBaFmms4U= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/114147] [11/12/13/14 Regression] tuple allocator-extended constructor requires non-explicit default constructor Date: Wed, 28 Feb 2024 14:31:26 +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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work 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 ---------------------------------------------------------------------------- Known to work|14.0 | Summary|[11/12/13 Regression] tuple |[11/12/13/14 Regression] |allocator-extended |tuple allocator-extended |constructor requires |constructor requires |non-explicit default |non-explicit default |constructor |constructor --- Comment #5 from Jonathan Wakely --- Ah it does include it, but it only affects C++20 and later. For older stand= ards the original code is still used.=