From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC1D1385841B; Fri, 4 Nov 2022 15:15:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC1D1385841B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667574945; bh=k5gycVt2Andm098pysZMeDcAHGBNYMaAu6rTMhsbVmo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OMgXZoxlmugi34hlwFcwIIH6Q3v+vAvwfQJ7Ev2zo7fQ4cHzqeQ4A3H+6Jv3sMVao rogj4hKOic6gmdrElCYL39XkQA5m9zVtERdhbyOCiIJuCRWla5gZdzTD0f6xH/mU18 7q4FIXSzRiLUoyyEEBzIo/8ZaKrit3euHqshgD5M= From: "ville.voutilainen at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/107525] propagate_const should not be using SFINAE on its conversion operators Date: Fri, 04 Nov 2022 15:15:45 +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: 12.2.1 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ville.voutilainen at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: redi 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=3D107525 Ville Voutilainen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ville.voutilainen at gmail= dot com --- Comment #8 from Ville Voutilainen = --- (In reply to Jonathan Wakely from comment #7) > Ping Ville: please take a look Looks fine to me.=