Do not use symbols with internal linkage in include files. 18341/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 7 Apr 2025 18:41:09 +0000 (12:41 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 7 Apr 2025 18:41:26 +0000 (12:41 -0600)
include/deal.II/base/mpi_large_count.h

index d87941c20bbb0d8fd9920c117751be10894b3d62..f9b0ed1a844cbe65fda63be37196df0c66a4d415 100644 (file)
@@ -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<int>::max();
 
       /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.