mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Unify c++11 usage in doc's examples and snippets
This commit is contained in:
@@ -15,7 +15,6 @@ foreach(example_src ${examples_SRCS})
|
||||
add_dependencies(all_examples ${example})
|
||||
endforeach(example_src)
|
||||
|
||||
check_cxx_compiler_flag("-std=c++11" EIGEN_COMPILER_SUPPORT_CPP11)
|
||||
if(EIGEN_COMPILER_SUPPORT_CPP11)
|
||||
ei_add_target_property(nullary_indexing COMPILE_FLAGS "-std=c++11")
|
||||
endif()
|
||||
Reference in New Issue
Block a user