diff options
| author | Chris Webb <chris@arachsys.com> | 2023-12-10 10:58:42 +0000 |
|---|---|---|
| committer | Chris Webb <chris@arachsys.com> | 2023-12-10 10:58:42 +0000 |
| commit | 7b2772ef8988b8b4a24b57638cecf5ff00fe5219 (patch) | |
| tree | ae4044d2dda084cdd2e0bf41c2e759e710f65406 /rc/tools/python | |
| parent | ee8c74c72444dbb53252163d9785e456e88d8965 (diff) | |
Change use of deprecated '->' operator on an iterator
In display_buffer.hh, the '->' operator is used on an iterator, but
(surprisingly) this is deprecated from C++20 because of x-value vs
l-value ambiguity. Now clang's -Wdeprecated-declarations warns about it
as we declare -std=c++2a. See
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1252r2.pdf
which was adopted for 2019-03.
Diffstat (limited to 'rc/tools/python')
0 files changed, 0 insertions, 0 deletions
