From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B664F3858D3C; Fri, 16 Jun 2023 20:44:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B664F3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686948298; bh=xYpZYOoPOQemrslnl55Wcgl5L5vFYm3LBsuv2v6oCx0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ihDVGUHqHdfHqE7EA3x55o43kJFRnO/mKclylWy+MsR7rnD41xkNtTMAOqgkfiK+u 6NYIuFUfxwdA8Nw1yZVah9DUuYujJx3SF8cusdtdsjQrtSumzzGvTfCmZHmz2dEdTZ YlzgN9QK1kLAA4Vg8WY8g6y2DCWhPADD7NeZm84U= From: "waffl3x at protonmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110006] friend function template with constraint doesn't match existing declaration Date: Fri, 16 Jun 2023 20:44:58 +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: 14.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: waffl3x at protonmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D110006 waffl3x changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |waffl3x at protonmail dot = com --- Comment #1 from waffl3x --- I am pretty certain Bug 110291 is a duplicate of this one=