diff options
author | Raul Tambre <raul@tambre.ee> | 2020-08-20 11:12:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-08-20 13:45:47 (GMT) |
commit | 95bc11dbb4997b0e014960a54626907ad8d8b064 (patch) | |
tree | be1d4ac4b7b996050f7c964e6bd823a290006e2a /Help | |
parent | aaa5eab410c2e3fe41ebf7a2316be9c51572dbd2 (diff) | |
download | CMake-95bc11dbb4997b0e014960a54626907ad8d8b064.zip CMake-95bc11dbb4997b0e014960a54626907ad8d8b064.tar.gz CMake-95bc11dbb4997b0e014960a54626907ad8d8b064.tar.bz2 |
MSVC: Record support for c_static_assert
Supported since MSVC 19.28.29115 (VS 16.8.0 Preview 1.0).
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/3.18.rst | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst index f199244..099e9b5 100644 --- a/Help/release/3.18.rst +++ b/Help/release/3.18.rst @@ -265,8 +265,9 @@ Other environment variable to customize colors. * The :manual:`Compile Features <cmake-compile-features(7)>` functionality - is now aware of the availability of C11 features in MSVC 19.27 and above, - including support for the ``c_restrict`` feature and the ``-std:c11`` flag. + is now aware of the availability of C11 features in MSVC 19.27 and 19.28, + including support for the ``c_restrict``, ``c_static_assert`` features and + the ``-std:c11`` flag. Deprecated and Removed Features =============================== @@ -353,4 +354,10 @@ Changes made since CMake 3.18.0 include the following. This restores compatibility with behavior of CMake 3.15 and below. * The :manual:`Compile Features <cmake-compile-features(7)>` functionality - was updated for MSVC 19.27 as mentioned above. + was updated for MSVC 19.27 as mentioned above (``c_restrict``). + +3.18.3 +------ + +* The :manual:`Compile Features <cmake-compile-features(7)>` functionality + was updated for MSVC 19.28 as mentioned above (``c_static_assert``). |