On 11/13/2015 01:08 PM, Robert Dailey wrote:
> Just to be clear, does CMake code base allow for C++11 or higher?
> or are you guys locked down to C++03?

The latter.  We don't allow C++11 in our main source code yet.
We still support hosting builds on compilers that do not support it.

We do actually build with flags for C++11 on several compilers
and use C++11 conditionally in a few places for optimizations,
but there is always a C++98 fallback.

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to