Skip to content
Snippets Groups Projects
Commit 22e04bfe authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'vs-2015-update-2-features'

d2a06159 Features: Record features for VS 2015 Update 2
parents 9d2e306e d2a06159
Branches
Tags
No related merge requests found
......@@ -9,6 +9,10 @@
set(_cmake_oldestSupported "_MSC_VER >= 1600")
# VS 2015 Update 2 introduces support for variable templates.
# https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx
set(_cmake_feature_test_cxx_variable_templates "_MSC_FULL_VER >= 190023918")
set(MSVC_2015 "_MSC_VER >= 1900")
set(_cmake_feature_test_cxx_alignas "${MSVC_2015}")
set(_cmake_feature_test_cxx_alignof "${MSVC_2015}")
......@@ -95,7 +99,6 @@ set(_cmake_feature_test_cxx_variadic_macros "${MSVC_2010}")
# set(_cmake_feature_test_cxx_relaxed_constexpr )
# 'NSDMIs for aggregates'
# set(_cmake_feature_test_cxx_aggregate_default_initializers )
# set(_cmake_feature_test_cxx_variable_templates )
# In theory decltype incomplete return types was added in 2012
# but without support for decltype_auto and return type deduction this
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment