Skip to content
Commit a51432a8 authored by Daniel Vrátil's avatar Daniel Vrátil
Browse files

Don't assume std::array iterator is a pointer

The standard says iterator type is implementation-defined and while
libc++ and libstdc++ implement std::array iterators as pointers the
MSVC STL does not, so the build fails there.
parent 54cfa5d7
Pipeline #39246 passed with stage
in 15 minutes and 13 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment