From dabffa2acb51f78853701f2757351152c2e7bafc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 8 Mar 2023 19:55:36 -0700 Subject: [PATCH] Always let doxygen see concepts. --- include/deal.II/base/template_constraints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/template_constraints.h b/include/deal.II/base/template_constraints.h index 6e2995ef16..b1dab26d85 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -754,7 +754,7 @@ namespace LinearAlgebra */ namespace concepts { -#ifdef DEAL_II_HAVE_CXX20 +#if defined(DEAL_II_HAVE_CXX20) || defined(DOXYGEN) /** * A concept that tests that a combination of `dim` and `spacedim` * template arguments is valid. Specifically, we must have that -- 2.39.5