From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA9363858C5F; Sat, 27 Jan 2024 17:02:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA9363858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706374947; bh=b75f0kgXEa4qOBOr4LCyA0kJZDjOyAObYZ+RKsWS5zE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sImaUrmZEdouFPNW1yn/81Q0M7aP3H5Q9afZ/uB3BiOzn3m7klb6EYqyvni6uz9re xKWh1JN6CFGSUk0khcZon4fAHBjQkGk9z3LazoD31gGgvwxBC/O0Z7JAFcUhTYiQtp x+tTOMvaRDA5zX8aJfxTOLDn5Q+XzPYZYkhzNmF4= From: "hewillk at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113629] 'deducing this' does not work with conversion operators Date: Sat, 27 Jan 2024 17:02:27 +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: hewillk at gmail 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: 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=3D113629 --- Comment #1 from =E5=BA=B7=E6=A1=93=E7=91=8B = --- test: https://godbolt.org/z/jdz3ejohv=