From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1191B3858C36; Wed, 27 Mar 2024 08:09:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1191B3858C36 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711526943; bh=ufgm8r5Od12SnYGBQr+KzbNtfM1VUffhVLb0cV6U81I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=f7C7M+sNlxeiYtu3M1QGTOavjp+fUB9wJmdsmmCQVGeGiFKl2z0ET+OtfsKccJHI2 dhoydlvMBuFQRd6TOVHGtabMDaytIJx9UeeSV+fJ/r3p8mf4DfjlzSN1ucGL16dAJR blYXZ1KqgCGeDc4TBEFvsZVaK1Wej+td24mKn8Yk= From: "de34 at live dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/114477] The user-defined constructor of filter_view::iterator is not fully compliant with the standard Date: Wed, 27 Mar 2024 08:09:02 +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: 14.0 X-Bugzilla-Keywords: rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: de34 at live dot cn X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 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=3D114477 --- Comment #5 from Jiang An --- (In reply to =E5=BA=B7=E6=A1=93=E7=91=8B from comment #0) > Since P3059R0 is closed (although I feel bad about this) BTW, now I think this is somehow unfortunate. P3059 behaved like a follow-up paper of P2711 IMO. Both papers effectively suggested that "some design choices of C++23 views are better, let's apply = them to C++20 views".=