From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6B823858D20; Sun, 14 Jan 2024 09:24:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6B823858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705224268; bh=R9sNlvNc4F8uF2af2tWyX3BQQLe/M0/rzgYbvZ0TdFg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wMyFiqr5oKQyiYrULAzQ2RGi5yhnPO4UbxFtSloqDoHxtOMoSN3sekQb52UTJ6thM kuV9+Wz/mRefivIl+pkkFRHo4+J55lWyvZOtuhCjVEApRsR5c2ZqRbIMN05/TdZwj+ kTA85FYwk0uGftSrM75/lytjiNKfUlJwV2YtcrWo= From: "janschultke at googlemail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/113386] [C++23] std::pair comparison operators should be transparent, but are not in libstdc++ Date: Sun, 14 Jan 2024 09:24:28 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: janschultke at googlemail dot com 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: 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=3D113386 --- Comment #4 from Jan Schultke --- My bad. https://en.cppreference.com/w/cpp/utility/pair/operator_cmp current= ly shows > template< class T1, class T2, class U1, class U2 > > bool operator=3D=3D( const std::pair& lhs, const std::pair& rhs ); > (until C++14) I'll fix this page. Never trust cppreference blindly I guess :)=