Skip to content
Snippets Groups Projects
Commit d9e56b7a authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[cmake] Drop check for std::experimental::make_array

Result no longer used. (make_array is removed in Library
Fundamentals TS v3.)
parent 30fe4dc3
No related branches found
No related tags found
1 merge request!1241Remove code that is no longer required
......@@ -75,12 +75,6 @@ endif()
# perform tests
# Check for `std::make_array(...)`
dune_check_cxx_source_compiles("
#include <experimental/array>
int main() { auto a = std::experimental::make_array(1,2,3); }
" DUNE_HAVE_CXX_EXPERIMENTAL_MAKE_ARRAY)
# Check for `std::is_detected<...>`
dune_check_cxx_source_compiles("
#include <experimental/type_traits>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment