diff options
author | Casey Carter <Casey@Carter.net> | 2020-05-07 09:58:13 -0700 |
---|---|---|
committer | Casey Carter <Casey@Carter.net> | 2020-05-07 09:58:13 -0700 |
commit | 8615ce246d1c3424cd5958592ba2779aa7d37535 (patch) | |
tree | 3ef2ad430195409bcd5df09cf1955c072c1ddaaa /llvm/lib/CodeGen/ModuloSchedule.cpp | |
parent | 31d41e38794f3e8e8859ccaabcc1f8d0c40a7a10 (diff) | |
download | llvm-8615ce246d1c3424cd5958592ba2779aa7d37535.zip llvm-8615ce246d1c3424cd5958592ba2779aa7d37535.tar.gz llvm-8615ce246d1c3424cd5958592ba2779aa7d37535.tar.bz2 |
[libc++][test] Adjust move_iterator tests to allow C++20
These tests fail due to a couple of changes to `move_iterator` for C++20:
* `move_iterator<I>::operator++(int)` returns `void` in C++20 if `I` doesn't model `forward_iterator`.
* `move_iterator<I>::reference` is calculated in C++20, so `I` must actually have an `operator*() const`.
Differential Revision: https://reviews.llvm.org/D79343
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
0 files changed, 0 insertions, 0 deletions