From: Wolfgang Bangerth Date: Wed, 8 Mar 2023 01:21:02 +0000 (-0700) Subject: Fix a mistaken 'requires' annotation. X-Git-Tag: v9.5.0-rc1~504^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc903aa1e9c9d02e6289bd8d19457b4ce67b3ed5;p=dealii.git Fix a mistaken 'requires' annotation. --- 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