std::weakly_incrementable doesn't require a std::input_iterator's post-increment operator to return anything¹, so don't. ¹ https://eel.is/c++draft/iterator.concepts#iterator.concept.winc-14 The return value of post-increment on objects that model input_iterator is partially-formed (as a copy of an iterator since advanced), so any attempts to use it, apart from assigning a new iterator or destroying it, are undefined, anyway. Found in API-review. Change-Id: If0c07250cec4e48c6e5176cd23864651e8ec3d27 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Ahmad Samir <a.samirh78@gmail.com> (cherry picked from commit fd89fc8c27460e2c11d9e3decc38cf61c186f984) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
…
…
Description
Languages
C++
84.3%
HTML
4.9%
C
3.9%
CMake
3.6%
Objective-C++
2%
Other
0.8%