From e5070e5034fb068bf58259f031bb6fc6ed289e4a Mon Sep 17 00:00:00 2001 From: Franziska Wegner Date: Fri, 8 Dec 2023 09:32:38 -0800 Subject: [PATCH] Remove a namespace bug Changes to be committed: modified: include/DataStructures/Container/Queues/BinaryHeap.hpp --- include/DataStructures/Container/Queues/BinaryHeap.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/DataStructures/Container/Queues/BinaryHeap.hpp b/include/DataStructures/Container/Queues/BinaryHeap.hpp index d920c829..717915c0 100644 --- a/include/DataStructures/Container/Queues/BinaryHeap.hpp +++ b/include/DataStructures/Container/Queues/BinaryHeap.hpp @@ -1209,7 +1209,6 @@ class BinaryHeapLoopDifferentiation { #else // OPENMP_AVAILABLE -namespace internal { template class BinaryHeapLoopDifferentiation : public BinaryHeapLoopDifferentiation {