From 312809f655b4630b881e676b2e4918d85cc160d9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 31 Jan 2024 21:31:43 -0700 Subject: [PATCH] Add a missing template argument. --- include/deal.II/base/template_constraints.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/template_constraints.h b/include/deal.II/base/template_constraints.h index bbbd0685fa..45f240ec88 100644 --- a/include/deal.II/base/template_constraints.h +++ b/include/deal.II/base/template_constraints.h @@ -784,9 +784,10 @@ namespace concepts true; # ifdef DEAL_II_TRILINOS_WITH_TPETRA - template + template inline constexpr bool is_dealii_vector_type< - dealii::LinearAlgebra::TpetraWrappers::Vector> = true; + dealii::LinearAlgebra::TpetraWrappers::Vector> = + true; # endif # endif -- 2.39.5