[cmake-developers] C++11 all features available?

Sebastian Holtermann seblist at xwmw.org
Mon Aug 21 09:53:11 EDT 2017


Hi, 

it looks like C++11 is now a requirement for CMake itself. That's good news.
But does this mean *all* the nice features from the std library can be used?
I'm especially interested in 

 - std::array
 - std::basic_regex (and friends)
 - std::thread (and friends)
 - std::atomic_flag

-Sebastian



More information about the cmake-developers mailing list