|
|
@@ -9,6 +9,7 @@ set(GNU48_CXX11 "(__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 2011
|
|
|
set(_cmake_feature_test_cxx_inheriting_constructors "${GNU48_CXX11}")
|
|
|
# TODO: Should be supported by GNU 4.7
|
|
|
set(GNU47_CXX11 "${_oldestSupported} && __cplusplus >= 201103L")
|
|
|
+set(_cmake_feature_test_cxx_alias_templates "${GNU47_CXX11}")
|
|
|
set(_cmake_feature_test_cxx_delegating_constructors "${GNU47_CXX11}")
|
|
|
set(_cmake_feature_test_cxx_final "${GNU47_CXX11}")
|
|
|
set(_cmake_feature_test_cxx_noexcept "${GNU47_CXX11}")
|