From b89c085237b4f4b379c7974fb2c7f2689f66f16d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 17 May 2022 14:22:19 -0400 Subject: clang-tidy: fix `readability-static-definition-in-anonymous-namespace` lints --- Source/CTest/cmCTestBinPacker.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/CTest/cmCTestBinPacker.cxx b/Source/CTest/cmCTestBinPacker.cxx index 239499c..6eb45fa 100644 --- a/Source/CTest/cmCTestBinPacker.cxx +++ b/Source/CTest/cmCTestBinPacker.cxx @@ -34,7 +34,7 @@ namespace { * more combinations can be tried. */ template -static bool AllocateCTestResources( +bool AllocateCTestResources( const std::map& resources, const std::vector& resourcesSorted, std::size_t currentIndex, std::vector& allocations) @@ -82,7 +82,7 @@ static bool AllocateCTestResources( } template -static bool AllocateCTestResources( +bool AllocateCTestResources( const std::map& resources, std::vector& allocations) { -- cgit v0.12