From bc903aa1e9c9d02e6289bd8d19457b4ce67b3ed5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 7 Mar 2023 18:21:02 -0700 Subject: [PATCH] Fix a mistaken 'requires' annotation. --- include/deal.II/distributed/p4est_wrappers.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/deal.II/distributed/p4est_wrappers.h b/include/deal.II/distributed/p4est_wrappers.h index c3c46f84e8..44d3a8c1a7 100644 --- a/include/deal.II/distributed/p4est_wrappers.h +++ b/include/deal.II/distributed/p4est_wrappers.h @@ -47,7 +47,6 @@ namespace parallel namespace distributed { template - DEAL_II_CXX20_REQUIRES((concepts::is_valid_dim_spacedim)) class Triangulation; } } // namespace parallel -- 2.39.5