From: Wolfgang Bangerth Date: Fri, 7 Feb 2025 16:14:00 +0000 (-0700) Subject: Minor update to config.h. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21fb91d8af0783c53d67e76457be440a184167b5;p=dealii.git Minor update to config.h. --- diff --git a/include/deal.II/base/config.h.in b/include/deal.II/base/config.h.in index 448ece008d..05ff6d6011 100644 --- a/include/deal.II/base/config.h.in +++ b/include/deal.II/base/config.h.in @@ -197,6 +197,14 @@ # endif #endif +#cmakedefine DEAL_II_FALLTHROUGH @DEAL_II_FALLTHROUGH@ +#cmakedefine DEAL_II_CONSTEXPR @DEAL_II_CONSTEXPR@ + + + +/*********************************************************************** + * Dealing with deprecations. + */ /** * Macro indicating that the current feature will be removed in a future @@ -230,9 +238,6 @@ #endif #endif -#cmakedefine DEAL_II_FALLTHROUGH @DEAL_II_FALLTHROUGH@ -#cmakedefine DEAL_II_CONSTEXPR @DEAL_II_CONSTEXPR@ - /*********************************************************************** * System features: