From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EAC8E3858D20; Mon, 20 Mar 2023 09:55:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EAC8E3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679306117; bh=fGHt1kOyAst7mDFZVQczZ8vJ2zxYGQhSqLr3mlz+xFI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kkX1e7pz46M1cMkGHm4iPGWsWBlKwZu/E6Hv3pFehxGOPWlZTSx1KP3PwsFOZeV93 OhHE4fIt1Ot4Yt8zu4e8PXVnjOzyxMJyVRSmNOZlGUEmzBReXUW0Z8cwbU0PomWGV3 ZxLc2IVUID+6W1limJJBzE/qPw4qlfhehPRmygIo= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/109203] sort(zip(v1, v2)) fails to compile Date: Mon, 20 Mar 2023 09:55: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: 13.0 X-Bugzilla-Keywords: rejects-valid 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=3D109203 --- Comment #4 from Jonathan Wakely --- Technically, that's needed for libstdc++ too, it just happens to work "by accident" without it.=