diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-01-12 15:58:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-01-13 11:27:30 +0100 |
commit | 73df1aea4f8a779241c053ab54f616f7b3a6dcb9 (patch) | |
tree | 4692637c56cdf2b9e1c2a949503ccd26a0fb3ca5 /svgio | |
parent | c3e9d393ea10da48e8b9ab4742dbc5277b7c4882 (diff) |
array_view was changed to span in upcoming C++20
...see <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0122r7.pdf>
"span: bounds-safe views for sequences of objects". o3tl::span is still an
incomplete approximation of std::span; removed those o3tl::array_view members
that are not present in std::span (and were not used in the code).
Relies on C++17 __has_include to use standard <span> where available (e.g., in
LLVM 7 libc++).
Change-Id: I82a7e246b61b2456fa6183025d25eec4121ad3c9
Reviewed-on: https://gerrit.libreoffice.org/66215
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svgio')
0 files changed, 0 insertions, 0 deletions