Re: [cmake-developers] Use of C++11 in CMake's own source code

2016-09-22 Thread Minze Zwerver
That was my merge request. Which didn't get accepted anyway. I'm currently starting a new clone to address all the points the CI had. But after reading this I'll also remove the C++11 stuff. Minze On Tue, Sep 20, 2016 at 5:30 PM, Brad King wrote: > On 09/20/2016 11:12

Re: [cmake-developers] Use of C++11 in CMake's own source code

2016-09-20 Thread Brad King
On 09/20/2016 11:12 AM, Craig Scott wrote: > some C++11 stuff in at least one recent merge request We allow C++14 in code guarded by HAVE_SERVER_MODE because that is a new/optional feature that doesn't have to work on all platforms yet. Everything not guarded by HAVE_SERVER_MODE needs to be able

[cmake-developers] Use of C++11 in CMake's own source code

2016-09-20 Thread Craig Scott
Tried searching the archives for this but too many hits for the general CMake feature supporting C++11. What's the current policy for use of C++11 in CMake's own source code? A cursory trip through some sources recently suggested no C++11 features are being used, which I can understand if there is