From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0AD2B3858C54; Tue, 27 Feb 2024 17:05:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0AD2B3858C54 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709053501; bh=KZe1fPiR9Y4C/jCwuELYhz9mYvPYJV/0dyx5n9oiufA=; h=From:To:Subject:Date:From; b=PIFvob7/ehKokHUttQj58+4WhV9u1H3I5Stdl5eHUrAa0tHyCPKBn7j+3EX1/51VB fLxBNBLxy3Kfzf5RAB8opcIqNvEUOTM4uu3yx1jb2+QvqVWXvd++R5jom8V78A9V8e ljPtjhR4UhF5h2is3hVt3cw2R5rMbHawnZjKH0d0= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/31422] New: Replace gdb::array_view with std::span Date: Tue, 27 Feb 2024 17:05:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31422 Bug ID: 31422 Summary: Replace gdb::array_view with std::span Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- C++20 includes std::span. We could rewrite gdb::array_view to work like std::span, then use the standard one when it is available. --=20 You are receiving this mail because: You are on the CC list for the bug.=