Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 78c99995 authored by Ryan Prichard's avatar Ryan Prichard
Browse files

Accommodate a change in the type of std::span's size

The WIP version of std::span in external/libcxx uses a ptrdiff_t size,
but the final standardized version of std::span uses size_t instead.
Use std::span() constructor calls rather than {}-syntax, which will
convert the signed length to unsigned and works with either the old or
the new libc++.

Test: treehugger
Change-Id: I5b5a16d0949e77a74269b9f6cf24382dd69a5973
parent 592e8227
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment