From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CCBDA3857730; Thu, 11 May 2023 14:39:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CCBDA3857730 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683815976; bh=a3JjKeNeflI6M64wlFFZFxWdzxMkOYaZl+9CCEQeoMk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OduQpYS0oxNeKdR7iM8RH15xWPIvqLA64Dq9GS/jSGS9EsIxfYaIuyM+DLwfuyCv8 IWJJ5FCS0ed8T2cImSIpdlJZvpSZaOqwipVDLyYsUFGRmVZVchkZlhtBWUxNLGwN4z sxZ4Ri+7QmJeUUJWh219cOBOppxmnqbtJ1sRrmAc= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/103807] Unable to make template class instance with default parameter of lambda::function Date: Thu, 11 May 2023 14:39:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka 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: 12.2 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also target_milestone cc 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=3D103807 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D105652 Target Milestone|--- |12.2 CC| |ppalka at gcc dot gnu.org --- Comment #4 from Patrick Palka --- This is incidentally fixed for GCC 12.2+ by the fix for PR105652=