From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8173D3858D1E; Sun, 14 Jan 2024 09:23:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8173D3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705224201; bh=ZX/T15Hoxqv3cSBoEDvwPR76DsWgoP45ZNAWfMCRXpI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tx3FmjQJQtubvtsC+lescuhD/IxGCApAGvTKHTMOeC6ZTUn0pvmAVmXtlqRhQZLrr 7mXItgJJUFsoUtoUfuT6iv8yP/gtbp5n4xRFLaTHggwA0VTBPE22l/uCl027JL+ZHs UAEwIAupNnBnnihLhP8c41GnqL0XQEmtLgZggcFI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/90203] Can't compare "const std::pair" with "std::pair" Date: Sun, 14 Jan 2024 09:23:20 +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: 8.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D90203 --- Comment #5 from Andrew Pinski --- Note C++23 changes this via https://cplusplus.github.io/LWG/lwg-defects.html#3865 .=