Re: KF5 modules development branches now build in C++17 mode (but keep public headers compatible)

2021-06-20 Thread Ahmad Samir
On 20/06/2021 12:36, Albert Astals Cid wrote: [...] Semi-related question, does anyone know why we're not using set(CMAKE_CXX_EXTENSIONS OFF) ? Good question. Given there _are_ differences between libstdc++ (gcc) and libc++ (clang) and sometimes we have issues due to those differences,

Re: KF5 modules development branches now build in C++17 mode (but keep public headers compatible)

2021-06-20 Thread Albert Astals Cid
El diumenge, 20 de juny de 2021, a les 12:16:33 (CEST), Friedrich W. H. Kossebau va escriure: > Hi, > > small heads-up for everyone: as of yesterday, KDEFrameworksCompilerSettings > from current ECM development branch now sets > set(CMAKE_CXX_STANDARD 17) >