From 0ee334b9c561a1afdf51b25072bdac79d1621357 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Apr 2025 12:41:09 -0600 Subject: [PATCH] Do not use symbols with internal linkage in include files. --- include/deal.II/base/mpi_large_count.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/mpi_large_count.h b/include/deal.II/base/mpi_large_count.h index d87941c20b..f9b0ed1a84 100644 --- a/include/deal.II/base/mpi_large_count.h +++ b/include/deal.II/base/mpi_large_count.h @@ -60,7 +60,7 @@ namespace Utilities * This is the largest @p count supported when it is represented * with a signed integer (old MPI routines). */ - static constexpr MPI_Count mpi_max_int_count = + inline constexpr MPI_Count mpi_max_int_count = std::numeric_limits::max(); /** -- 2.39.5