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

[Cleanup] Remove superfluous include to constexpr.hh

Slightly improve warning
parent 2df8a230
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
#include <dune/common/fmatrix.hh> #include <dune/common/fmatrix.hh>
#include <dune/common/ftraits.hh> #include <dune/common/ftraits.hh>
#include <dune/common/math.hh> #include <dune/common/math.hh>
#include <dune/common/std/constexpr.hh>
/** /**
* \file * \file
......
...@@ -24,6 +24,6 @@ ...@@ -24,6 +24,6 @@
#define DUNE_CONSTEXPR #define DUNE_CONSTEXPR
#endif // #else // #if HAVE_CONSTEXPR #endif // #else // #if HAVE_CONSTEXPR
#warning The header dune/common/std/constexpr.hh is deprecated. Just remove the include. #warning The header dune/common/std/constexpr.hh is deprecated. Remove the include and use "constexpr".
#endif // #ifndef DUNE_COMMON_STD_CONSTEXPR_HH #endif // #ifndef DUNE_COMMON_STD_CONSTEXPR_HH
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