Skip to content

Declare standard C++17

Damien Caliste requested to merge work/dcaliste/c++17 into master

Since std::as_const is used in different places like calfilter or calendar, the compiler must use a C++17 standard.

I don't know if it's actually really mandatory since CI is compiling properly without it, but it seems cleaner to declare it. Or is it because I'm using an older CMake version or ECM one ?

Merge request reports