From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 296023858C66; Tue, 23 Jan 2024 21:01:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 296023858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706043662; bh=jRtqRdezyDKYBWdO2BV7pgPp7hjmGCYAv+Fzax/P6ro=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HojhUmt09dWnoxgFKrUgdUcDPbHd3h5f+2XT7mSxq6qDKD2i9jIw7UA0UNNYo8lu4 Y/3DVJPL6udTWnTzs/h0HC5cB3rdg2YNF+tkaKWXvbutS6CZ9FziSJgb17mnMQsbDX 7oTFrO4gkFhOGAC/CstrwrnsBQ28UAQU3NSsmM84= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113523] A conversion function template can have a deduced return type Date: Tue, 23 Jan 2024 21:01:00 +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: 13.2.1 X-Bugzilla-Keywords: accepts-invalid, diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed keywords cc blocked bug_status 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=3D113523 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-01-23 Ever confirmed|0 |1 Keywords| |accepts-invalid CC| |mpolacek at gcc dot gnu.org Blocks| |94404 Status|UNCONFIRMED |NEW --- Comment #1 from Marek Polacek --- Confirmed. This is https://cplusplus.github.io/CWG/issues/1878.html Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94404 [Bug 94404] [meta-bug] C++ core issues=