mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
clang-tidy: fix readability-static-definition-in-anonymous-namespace lints
This commit is contained in:
@@ -34,7 +34,7 @@ namespace {
|
||||
* more combinations can be tried.
|
||||
*/
|
||||
template <typename AllocationStrategy>
|
||||
static bool AllocateCTestResources(
|
||||
bool AllocateCTestResources(
|
||||
const std::map<std::string, cmCTestResourceAllocator::Resource>& resources,
|
||||
const std::vector<std::string>& resourcesSorted, std::size_t currentIndex,
|
||||
std::vector<cmCTestBinPackerAllocation*>& allocations)
|
||||
@@ -82,7 +82,7 @@ static bool AllocateCTestResources(
|
||||
}
|
||||
|
||||
template <typename AllocationStrategy>
|
||||
static bool AllocateCTestResources(
|
||||
bool AllocateCTestResources(
|
||||
const std::map<std::string, cmCTestResourceAllocator::Resource>& resources,
|
||||
std::vector<cmCTestBinPackerAllocation>& allocations)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user