From: Wolfgang Bangerth Date: Mon, 13 Mar 2023 21:30:15 +0000 (-0600) Subject: Annotate 'MeshType' template parameters. X-Git-Tag: v9.5.0-rc1~425^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fddf88f26b3d786ad9c85a0601ce25b2fc39cec0;p=dealii.git Annotate 'MeshType' template parameters. --- diff --git a/include/deal.II/dofs/dof_tools.h b/include/deal.II/dofs/dof_tools.h index a2431e8ece..bbd82f4139 100644 --- a/include/deal.II/dofs/dof_tools.h +++ b/include/deal.II/dofs/dof_tools.h @@ -53,6 +53,7 @@ namespace hp class FECollection; } // namespace hp template +DEAL_II_CXX20_REQUIRES(concepts::is_triangulation_or_dof_handler) class InterGridMap; template class Mapping; diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 9bd1481502..c852422ece 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -2543,6 +2543,8 @@ namespace GridGenerator // intermediate type. This is only used when using MS VC++ and uses // the direct way of doing it otherwise template