mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
std::{begin,end} are part of C++11, std::{cbegin,cend} are part of C++14
and an standard compliant implementation has been introduced within the
'cm' namespace: cm::{cbegin,cend}.
std::size is only part of C++17, hence exposing a compliant implementation
within namespace cm (cm::size).
where possible, the standard implementations are reused.
11 KiB
11 KiB