From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 71967384645B; Mon, 15 Apr 2024 18:33:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71967384645B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713206023; bh=BhVHP+iyz762dtPFDYWeGifrEtLUcqdbBSIFwf3HVHY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CKPpW8TGokwlrbWzFCrEOYbyF9Bxx0SabRVK1TYd4nRwCsbd3uTJPOAuqmDMrVq/O I7cVZde+DxmTXl0M/6jcw8m5ax7+pGfIFgImmmgLAG7SscQbwRv126Av+IwMgXBkjA 79dinXS0h5dG0tM/A7XT/NILpVGSSdnyDQI7RVOE= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/106749] Implement C++23 library features Date: Mon, 15 Apr 2024 18:33:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org 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: bug_status 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=3D106749 Bug 106749 depends on bug 113386, which changed state. Bug 113386 Summary: [C++23] std::pair comparison operators should be transp= arent, but are not in libstdc++ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113386 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED=