Skip to content

Commit

Permalink
Remove a namespace bug
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   include/DataStructures/Container/Queues/BinaryHeap.hpp
  • Loading branch information
franziska-wegner committed Dec 8, 2023
1 parent 107b9e6 commit e5070e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/DataStructures/Container/Queues/BinaryHeap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,6 @@ class BinaryHeapLoopDifferentiation<HeapType const, ExecutionPolicy::parallel> {

#else // OPENMP_AVAILABLE

namespace internal {
template<typename HeapType>
class BinaryHeapLoopDifferentiation<HeapType, ExecutionPolicy::parallel>
: public BinaryHeapLoopDifferentiation<HeapType, ExecutionPolicy::sequential> {
Expand Down

0 comments on commit e5070e5

Please sign in to comment.