From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B38C23858409; Thu, 20 Jul 2023 11:38:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B38C23858409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689853083; bh=/9GFz8jt7yJ02TGqML28xEfO/0o7O31S/tRODJoZVOI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TX26llyHgqaOWCLoXkRcRVg+Bh6PoKJ+7Qrgf/PF87YTGJtxQbGmcMRdwsmKqq+YH 1w3DA83VujhlxRiDbghOcDMvG5fDn2oJVoHDOP+cpPjqhliw4SPbl7sZ34pKrrIUPC 63Zf99aqrHoTvQ3mSqpna2cgdUnXPKTO/QydQRzY= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/58376] regex_iterator::operator== and operator!= not const Date: Thu, 20 Jul 2023 11:38:03 +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: 4.6.3 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: resolution 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=3D58376 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |DUPLICATE --- Comment #2 from Jonathan Wakely --- . *** This bug has been marked as a duplicate of bug 57808 ***=