https://github.com/Kitware/CMake
Revision e092ded1a128b378a16192e56bd358b4b3d08066 authored by Brad King on 02 June 2021, 11:32:18 UTC, committed by Kitware Robot on 02 June 2021, 11:32:30 UTC
886e27062b Clang/MSVC: C++20 final flag, C++23 support
3aaf1d91bf MSVC: C++20 final flag, C++23 support

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Alex <leha-bot@yandex.ru>
Acked-by: Michael Hirsch <michael@scivision.dev>
Merge-request: !6174
2 parent s 105b01b + 886e270
Raw File
Tip revision: e092ded1a128b378a16192e56bd358b4b3d08066 authored by Brad King on 02 June 2021, 11:32:18 UTC
Merge topic 'msvc_cxx20_23' into release-3.20
Tip revision: e092ded
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top