Skip to content

Commit 5f166a5

Browse files
wip
1 parent f62e917 commit 5f166a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/util/query_heap.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ class QueryHeap
213213
return weight > other.weight;
214214
}
215215
};
216-
using HeapContainerAllocator = std::allocator<HeapData>; // boost::fast_pool_allocator<HeapData>;
216+
using HeapContainerAllocator =
217+
std::allocator<HeapData>; // boost::fast_pool_allocator<HeapData>;
217218
using HeapContainer = boost::heap::d_ary_heap<HeapData,
218219
boost::heap::arity<4>,
219220
boost::heap::mutable_<true>,

0 commit comments

Comments
 (0)