From: Wolfgang Bangerth Date: Mon, 7 Apr 2025 18:41:09 +0000 (-0600) Subject: Do not use symbols with internal linkage in include files. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18341%2Fhead;p=dealii.git Do not use symbols with internal linkage in include files. --- 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(); /**