From: Wolfgang Bangerth Date: Wed, 20 Mar 2024 13:02:17 +0000 (-0600) Subject: Fix the spelling of a type in the documentation. X-Git-Tag: v9.6.0-rc1~469^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16764%2Fhead;p=dealii.git Fix the spelling of a type in the documentation. --- 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;