From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 59E723858C98; Tue, 27 Feb 2024 17:13:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59E723858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709054017; bh=XXMxwCBhSw9uvFiryDeVy2TkTdmf4gI6tP9UEDo9GZM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Wt7uJcbQK1FHWEkhp9i3s09sqNqozUx+3GL31TaS58jMhIFhDVXF7arJMf+iwAXaX dL2E8SLM1ZOclz05legpnGZ2BYlQDMo76TXlX5qPH+GZJDP/1voyjuUQJkVeZuK3jO PecVYgDdtAY+8sZhPAxXquIpqywb8wyi9EoYGI5k= From: "simon.marchi at polymtl dot ca" To: gdb-prs@sourceware.org Subject: [Bug gdb/31422] Replace gdb::array_view with std::span Date: Tue, 27 Feb 2024 17:13:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: simon.marchi at polymtl dot ca 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: cc Message-ID: In-Reply-To: References: 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 Simon Marchi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simon.marchi at polymtl do= t ca --- Comment #2 from Simon Marchi --- If we want something compatible with std::span, we could use: https://github.com/martinmoene/span-lite I use it for another project, it works well. Licence-wise, it's BSL (Boost), which GNU says is compatible with GPL, so it shouldn't be a problem: https://www.gnu.org/licenses/license-list.en.html#boost --=20 You are receiving this mail because: You are on the CC list for the bug.=