Skip to content
Snippets Groups Projects

Add support for C++20 concepts

Closed Santiago Ospina De Los Ríos requested to merge feature/standard-concepts-support into master
Files
3
@@ -471,3 +471,9 @@ check_cxx_symbol_exists(
"functional"
DUNE_HAVE_CXX_STD_IDENTITY
)
check_cxx_source_compiles("
template<class T> concept C = false;
int main() {return C<int>;}"
DUNE_HAVE_CXX_CONCEPTS
)
\ No newline at end of file
Loading