summaryrefslogtreecommitdiff
path: root/libs/gui/BufferQueueThreadState.cpp
diff options
context:
space:
mode:
author Ryan Prichard <rprichard@google.com> 2023-08-31 00:00:47 -0700
committer Ryan Prichard <rprichard@google.com> 2023-09-01 13:00:43 -0700
commit5a8af506b234685a0749b5753ba205c06688f870 (patch)
treec7a07b2923c0fcb1d56541a85319ec97d6d0a2f9 /libs/gui/BufferQueueThreadState.cpp
parent385fe14c9bcda78677ca41cab8ea569cf5e3a4d2 (diff)
input: handle change in std::span::size type
The pre-standardized version of std::span in external/libcxx had a ptrdiff_t size, but the finalized std::span has a size_t size instead. Also, the std::span::index_type typedef is renamed to size_type. Use an old-style constructor call to implicitly coerce the size value to the proper type. Insert a cast to avoid a signedness comparison warning. Bug: b/175635923 Test: treehugger Change-Id: I96ccf6d5b54d4118b096f97c901073b4fc2f6f9f
Diffstat (limited to 'libs/gui/BufferQueueThreadState.cpp')
0 files changed, 0 insertions, 0 deletions