Skip to content
Snippets Groups Projects
Commit 8dfe20ba authored by Simon Praetorius's avatar Simon Praetorius Committed by Christoph Grüninger
Browse files

[cmake] Replace macro by C++'s __has_include

parent cc374a69
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
#include <dune/common/typetraits.hh>
#include <dune/common/typeutilities.hh>
#if DUNE_HAVE_HEADER_EXPERIMENTAL_TYPE_TRAITS
#if __has_include(<experimental/type_traits>)
#include <experimental/type_traits>
#endif
......
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