From 7a6bf7c62dafcb03aa142d789baf4fd94d47c52b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 Mar 2023 15:16:20 -0600 Subject: [PATCH] Deprecate type 'identity'. --- 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 3f5f3ae36b..31e7f5a47f 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -342,7 +342,7 @@ constexpr bool has_begin_and_end = * @deprecated Use `std_cxx20::identity_type` instead. */ template -using identity = std_cxx20::type_identity; +using identity DEAL_II_DEPRECATED_EARLY = std_cxx20::type_identity; /** -- 2.39.5