From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9FFD2384B128; Fri, 4 Nov 2022 13:59:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FFD2384B128 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667570371; bh=zFlFuD8O4huNDo6GfSFJEkN6KWxo5aBsy+SHNs1FzW8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=g5wHV0YR2e2b0dEUAwAtNK37Z+qLTXhX/ZvnEUdoyG4UR7B8m59X7M2hDdYvCI50Z X7rr5qte5SWv4HRdhiAyHYQx+RMOnZfcbvaQkUGicKDTGIiyjyDfqwBbkLQBh+Nop0 5Y7uZvYOc03djl9hQNTQdrhLAIXbPyrNNLGUtbcs= From: "redi at gcc dot gnu.org" 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 13:59:31 +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: redi 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: everconfirmed keywords cf_reconfirmed_on 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=3D107525 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |rejects-valid Last reconfirmed| |2022-11-04 Status|UNCONFIRMED |NEW --- Comment #1 from Jonathan Wakely --- (In reply to Giuseppe D'Angelo from comment #0) > So. ideally, the conversion operators should be using C++20 constraints, = but > of course that's not possible. It's totally possible for C++20 mode. I don't know how much motivation anybody has to do anything about this thou= gh.=