commit | c204037dad82ffa1a131d904e0767da9f793dab7 | [log] [tgz] |
---|---|---|
author | Jonathan Wakely <jwakely@redhat.com> | Tue May 20 13:18:52 2025 +0100 |
committer | Jonathan Wakely <redi@gcc.gnu.org> | Tue May 27 12:15:41 2025 +0100 |
tree | b33b9a3bbc1e5d67bbd422b22ddd333e04488fe6 | |
parent | ae1c59c8de43a2cae494ce2212f44be08a629216 [diff] |
libstdc++: Fix PSTL test iterators These were fixed upstream by: https://github.com/uxlfoundation/oneDPL/pull/534 https://github.com/uxlfoundation/oneDPL/pull/546 libstdc++-v3/ChangeLog: * testsuite/util/pstl/test_utils.h (ForwardIterator::operator++): Fix return type. (BidirectionalIterator::operator++): Likewise. (BidirectionalIterator::operator--): Likewise. (cherry picked from commit c0a2526f099dfa52df5daa1432ff583ae6af0d5f)