From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F26D93858CD9; Fri, 24 May 2024 06:44:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F26D93858CD9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716533047; bh=Sl7DfHE0R+BtnmmFTak2Ugn6BjGzZa4qgwbBumAZARU=; h=From:To:Subject:Date:From; b=fXpc/XX/7HCfPobrlU77Za2J2Q+QHlz0tjN6hyFuYDgHkmO6CfZmjba63sXOLXZeK B4YzCtwQ25GzC/wKaSoX4gG27UDSKavgn2WVzM6jX8pmdnjgjaFi+i4AEdCKg15Gu3 m+1kmgtbHT/eGLceacCD31npdq9s5+0+wSjc9WLQ= From: "hewillk at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/115209] New: The implementation of concat_view refers to p2542r7 rather than the p2542r8 Date: Fri, 24 May 2024 06:44:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hewillk at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D115209 Bug ID: 115209 Summary: The implementation of concat_view refers to p2542r7 rather than the p2542r8 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: hewillk at gmail dot com Target Milestone: --- It seems that R8 is the final version. Not sure why libstdc++ refers to R7, which makes some updates of R8 not integrated, such as the new relaxed constraints of operator-(const iterator& x, default_sentinel_t).=