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