Features: Add cxx_raw_string_literals.

This commit is contained in:
Stephen Kelly
2014-04-04 09:15:18 +02:00
parent 735adf2c94
commit ea9c445f06
4 changed files with 14 additions and 0 deletions

View File

@@ -87,6 +87,11 @@ The features known to this version of CMake are:
.. _N2930: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2930.html
``cxx_raw_string_literals``
Raw string literals, as defined in N2442_.
.. _N2442: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2442.htm
``cxx_static_assert``
Static assert, as defined in N1720_.