Re: KF 5 & C++14?

2020-04-28 Thread ahiemstra
On Monday, 27 April 2020 14:53:32 CEST Friedrich W. H. Kossebau wrote: > Am Montag, 27. April 2020, 00:45:41 CEST schrieb David Faure: > > On Sunday, April 26, 2020 5:30:37 PM CEST Friedrich W. H. Kossebau wrote: > > > Hi, > > > > > > I just saw that at least kimageformats, knewstuff &

Re: KF 5 & C++14?

2020-04-27 Thread Friedrich W. H. Kossebau
Am Montag, 27. April 2020, 00:45:41 CEST schrieb David Faure: > On Sunday, April 26, 2020 5:30:37 PM CEST Friedrich W. H. Kossebau wrote: > > Hi, > > > > I just saw that at least kimageformats, knewstuff & kquickcharts all set > > this: set(CMAKE_CXX_STANDARD 14) > > > >

Re: KF 5 & C++14?

2020-04-26 Thread David Faure
On Sunday, April 26, 2020 5:30:37 PM CEST Friedrich W. H. Kossebau wrote: > Hi, > > I just saw that at least kimageformats, knewstuff & kquickcharts all set > this: set(CMAKE_CXX_STANDARD 14) > set(CMAKE_CXX_STANDARD_REQUIRED ON) > > Which ignores a bit that so far C++11 has been the minimum

KF 5 & C++14?

2020-04-26 Thread Friedrich W. H. Kossebau
Hi, I just saw that at least kimageformats, knewstuff & kquickcharts all set this: set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD_REQUIRED ON) Which ignores a bit that so far C++11 has been the minimum standard officially supported in/by KDE Frameworks (by mainly following what Qt 5