From: Wolfgang Bangerth Date: Thu, 10 Nov 2022 18:40:43 +0000 (-0700) Subject: Do not mark functions in anonymous namespaces as 'static'. X-Git-Tag: v9.5.0-rc1~863^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb177dcfe858f3fd8d7f58b9fa16ee3c6c71b7e2;p=dealii.git Do not mark functions in anonymous namespaces as 'static'. --- diff --git a/source/base/data_out_base.cc b/source/base/data_out_base.cc index c520da53c4..78da77189a 100644 --- a/source/base/data_out_base.cc +++ b/source/base/data_out_base.cc @@ -1076,7 +1076,7 @@ namespace template - static void + void compute_sizes(const std::vector> &patches, unsigned int & n_nodes, unsigned int & n_cells) @@ -1109,7 +1109,7 @@ namespace template - static void + void compute_sizes(const std::vector> &patches, const bool write_higher_order_cells, unsigned int &n_nodes,