Files
CMake/Help/release/dev/require-c++11.rst
Brad King fd4fd9a276 Require C++11 to build CMake itself
CMake can now compile as C++11 on all supported platforms.  Check that
std::unique_ptr is available and fail early if missing.  This will allow
us to use C++11 more broadly in CMake's implementation (previously it
was restricted to the serve mode implementation).

Co-Author: Daniel Pfeifer <daniel@pfeifer-mail.de>
2017-08-16 10:13:38 -04:00

6 lines
139 B
ReStructuredText

require-c++11
-------------
* Support for building CMake itself with C++98 compilers was dropped.
CMake is now implemented using C++11.