From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 796F4385843F; Tue, 19 Dec 2023 04:09:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 796F4385843F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702958983; bh=wLEeJPe6RmeaosXa+9xv9V3RRI3CACH7L1M7g09z2SQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sB1PzfUz63VyQHf/66P3KdQztaAtS+E44nNPZWYlBKKX3+kxOg3V6gKyakLMDanWQ cKNsdamgY0ecAJnbs2gQxPa70bU7hmxPSVQTUyx4VyfnjhHRudli7K/UGBHj/PRtKI oa/uLqrAefjult+zG2DouvSPc85vB+LEnyBKdAgU= From: "de34 at live dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113074] std::to_address should be SFINAE safe Date: Tue, 19 Dec 2023 04:09:43 +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: 13.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: de34 at live dot cn 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=3D113074 Jiang An changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |de34 at live dot cn --- Comment #6 from Jiang An --- Currently only libc++'s std::to_address is SFINAE-friendly. I think we shou= ld submit an LWG issue, although it would be possibly closed as NAD.=