Skip to content
Snippets Groups Projects
Verified Commit 754581d6 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

[cmake] drop feature detection of `std::make_unique`

parent e0c1336c
No related branches found
No related tags found
No related merge requests found
......@@ -523,12 +523,6 @@ check_include_file_cxx(
DUNE_HAVE_HEADER_EXPERIMENTAL_TYPE_TRAITS
)
check_cxx_symbol_exists(
"std::make_unique<int>"
memory
DUNE_HAVE_CXX_MAKE_UNIQUE
)
check_cxx_symbol_exists(
"std::move<std::bool_constant<true>>"
"utility;type_traits"
......
......@@ -41,9 +41,6 @@
/* does the standard library provide <experimental/type_traits> ? */
#cmakedefine DUNE_HAVE_HEADER_EXPERIMENTAL_TYPE_TRAITS 1
/* does the standard library provide make_unique() ? */
#cmakedefine DUNE_HAVE_CXX_MAKE_UNIQUE 1
/* does the standard library provide bool_constant ? */
#cmakedefine DUNE_HAVE_CXX_BOOL_CONSTANT 1
......
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