From 2df8a2300eafd77702be905e1f2ff45437b7ca9b Mon Sep 17 00:00:00 2001 From: Marco Agnese <m.agnese13@imperial.ac.uk> Date: Thu, 17 Dec 2015 12:16:52 +0000 Subject: [PATCH] deprecate std/consexpr.hh header --- dune/common/std/constexpr.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dune/common/std/constexpr.hh b/dune/common/std/constexpr.hh index a6ae7c667..3c7610f57 100644 --- a/dune/common/std/constexpr.hh +++ b/dune/common/std/constexpr.hh @@ -24,4 +24,6 @@ #define DUNE_CONSTEXPR #endif // #else // #if HAVE_CONSTEXPR +#warning The header dune/common/std/constexpr.hh is deprecated. Just remove the include. + #endif // #ifndef DUNE_COMMON_STD_CONSTEXPR_HH -- GitLab