From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 83DB53882163; Tue, 18 Jun 2024 09:01:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 83DB53882163 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718701280; bh=qypGtyq2e7KeymM+ddg3cyHeCD3Ezrk7TLTgQIBcx4g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kU3Vsmq/iHE1yzOhhx28y3K4tz4glQnuF8KR1+2is8wLYjSIKwnU7oo8rfQRMIFp9 7ZS/F4TuCU4xAgf1q2FDIPm0pkYG/5+Mgv8swLONVe0u2cEqhEw0nbfu6MjMkPGeZe uhn7MNTXg4uvtSxGRk1c4NZP+wQkgts6tMcxqahY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/115514] Nonconforming reverse_iterator::operator-> Date: Tue, 18 Jun 2024 09:01:17 +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: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org 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: 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=3D115514 --- Comment #1 from Jonathan Wakely --- (In reply to frankhb1989 from comment #0) > (Another difference is it only applies the resolution for C++17 onward.) C++20 onward, I think.=