From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 826663858424; Thu, 28 Mar 2024 22:34:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 826663858424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711665240; bh=loPRnLoxmuBM8wevws25VTGom/HPIOE8IG5bP4KRmTU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H+sD/jrqyWISnhJXGNXNbw7BxRG78RHSJeF0RMlxixx0qwxyELCi0jPad0tQTs02o oqXi8hUwM1OaZfDJ76bSuxIASyWVynLjwjTyX2XIohTu+LxdkB0JHLGmg54yoGvjU+ Tp5WMhF8tIfprdu1E0StuPOHeexR/9/IK2yZNBu0= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/100667] [11/12/13 Regression] std::tuple cannot be constructed from A&&, if A not defined (only forward declared) Date: Thu, 28 Mar 2024 22:33:50 +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: 11.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: P2 X-Bugzilla-Assigned-To: unassigned 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=3D100667 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[11/12/13/14 Regression] |[11/12/13 Regression] |std::tuple cannot be |std::tuple cannot be |constructed from A&&, if A |constructed from A&&, if A |not defined (only forward |not defined (only forward |declared) |declared) --- Comment #13 from Jonathan Wakely --- Fixed on trunk now, thanks, Jason.=