Skip to content

replace cmArray{Begin,End,Size} by their standard counterparts

Matthias Männich requested to merge metti/cmake:cm-array-begins-size into master

std::(c)end and std::(c)begin are part of C++11

std::size is only part of C++17, hence exposing a compatible implementation within namespace cm (cm::size).

Merge request reports