mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
We use customized libc++ which uses raw pointers as std::vector::iterators. As per [expr.pre.incr](https://eel.is/c++draft/expr.compound#expr.pre.incr), builtin `operator++` can only be applied to lvalue, while `std::vector::begin()` returns an rvalue. See [this](https://godbolt.org/z/d3a1aKTWP) godbolt snippet for the details. |
||
|---|---|---|
| .. | ||
| onnxruntime/core | ||