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
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top