aboutsummaryrefslogtreecommitdiff
path: root/src/cppbor_parse.cpp
diff options
context:
space:
mode:
authorRyan Prichard <rprichard@google.com>2024-02-15 03:28:26 +0000
committerRyan Prichard <rprichard@google.com>2024-02-15 14:52:06 -0800
commitb1b998be4ec447f3086e7fd6a7f78eaec66a1c45 (patch)
treef879926d84da38e068e5113157611ac0ce74087d /src/cppbor_parse.cpp
parent20d2be8672d24bfb441d075f82cc317d17d601f8 (diff)
downloadlibcppbor-master.tar.gz
ViewBstr: replace std::string_view<uint8_t> with std::spanHEADmastermain
In newer versions of libc++, std::char_traits<T> is no longer defined for non-character types, and a result, std::basic_string_view<uint8_t> is also no longer defined. See https://discourse.llvm.org/t/deprecating-std-string-t-for-non-character-t/66779. Trusty defaults to C++20, and this code uses std::span from C++20, so stop pinning the language mode to C++17. Bug: 175635923 Test: trusty/vendor/google/aosp/scripts/build.py qemu-generic-arm64-test-debug Change-Id: Ic926a5c194f089891333597c81383cd6b69cf9d5
Diffstat (limited to 'src/cppbor_parse.cpp')
0 files changed, 0 insertions, 0 deletions