Revision e17deb7ad4ac83207c9e34d397f3ee054b3d09dd authored by Mathieu Garaud on 27 February 2019, 14:47:41 UTC, committed by Brad King on 27 February 2019, 16:24:43 UTC
Make sure `std::cbegin`, `std::cend`, and `std::size` work in C++17 or
C++14 mode before choosing the corresponding standard level for
compiling CMake itself.  This helps in cases that the compiler is using
a standard library too old to support the full standard level chosen.
1 parent e6897c7
History

back to top