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

Ben Boeckel ben.boeckel at kitware.com
Mon Aug 21 10:12:26 EDT 2017


On Mon, Aug 21, 2017 at 15:53:11 +0200, Sebastian Holtermann wrote:
>  - std::array

I don't see why not.

>  - std::basic_regex (and friends)

Note that we require backwards compat with the old regex engine, so this
one needs to be used carefully and only on internal uses.

>  - std::thread (and friends)
>  - std::atomic_flag

CMake uses threads? ;)

--Ben


More information about the cmake-developers mailing list