From 93927a21e58590c603304008115ae5e1817d9487 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 15 Feb 2024 20:16:41 -0600 Subject: [PATCH] mpi.h: use static instead of inline for C++14 support. --- include/deal.II/base/mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h index 1400ec4b3a..f7ef084be7 100644 --- a/include/deal.II/base/mpi.h +++ b/include/deal.II/base/mpi.h @@ -1728,7 +1728,7 @@ namespace Utilities * not satisfied. */ template - inline const MPI_Datatype + static const MPI_Datatype mpi_type_id_for_type = internal::MPIDataTypes::mpi_type_id( static_cast> *>(nullptr)); #endif -- 2.39.5