diff options
author | Brad King <brad.king@kitware.com> | 2020-08-25 14:26:41 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-08-25 14:26:54 (GMT) |
commit | 4294526504368acaad3b948b3d59ade9dad23736 (patch) | |
tree | 3c389b578bfa9401ada5a45e2b830e8da0f84a51 /Help | |
parent | d9aa99dd54f3e646306ad63ca93fb74a27f84f50 (diff) | |
parent | 95bc11dbb4997b0e014960a54626907ad8d8b064 (diff) | |
download | CMake-4294526504368acaad3b948b3d59ade9dad23736.zip CMake-4294526504368acaad3b948b3d59ade9dad23736.tar.gz CMake-4294526504368acaad3b948b3d59ade9dad23736.tar.bz2 |
Merge topic 'msvc_static_assert'
95bc11dbb4 MSVC: Record support for c_static_assert
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5148
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``). |