From c144d99f639ab7f1d6c41d53de668e53b5935d03 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 20 Mar 2024 07:02:17 -0600 Subject: [PATCH] Fix the spelling of a type in the documentation. --- 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 d7a68a4d11..85cfd4b660 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -316,7 +316,7 @@ constexpr bool has_begin_and_end = * [std::identity_type](https://en.cppreference.com/w/cpp/types/type_identity) * class available under the name that deal.II has used for a long time. * - * @deprecated Use `std_cxx20::identity_type` instead. + * @deprecated Use `std_cxx20::type_identity` instead. */ template using identity DEAL_II_DEPRECATED = std_cxx20::type_identity; -- 2.39.5