|
@@ -5,6 +5,7 @@ set(_oldestSupported "(__GNUC__ * 100 + __GNUC_MINOR__) >= 408")
|
|
|
# TODO: Should be supported by GNU 4.7
|
|
# TODO: Should be supported by GNU 4.7
|
|
|
set(GNU47_CXX11 "${_oldestSupported} && __cplusplus >= 201103L")
|
|
set(GNU47_CXX11 "${_oldestSupported} && __cplusplus >= 201103L")
|
|
|
set(_cmake_feature_test_cxx_delegating_constructors "${GNU47_CXX11}")
|
|
set(_cmake_feature_test_cxx_delegating_constructors "${GNU47_CXX11}")
|
|
|
|
|
+set(_cmake_feature_test_cxx_final "${GNU47_CXX11}")
|
|
|
# NOTE: C++11 was ratified in September 2011. GNU 4.7 is the first minor
|
|
# NOTE: C++11 was ratified in September 2011. GNU 4.7 is the first minor
|
|
|
# release following that (March 2012), and the first minor release to
|
|
# release following that (March 2012), and the first minor release to
|
|
|
# support -std=c++11. Prior to that, support for C++11 features is technically
|
|
# support -std=c++11. Prior to that, support for C++11 features is technically
|