We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62e917 commit 5f166a5Copy full SHA for 5f166a5
include/util/query_heap.hpp
@@ -213,7 +213,8 @@ class QueryHeap
213
return weight > other.weight;
214
}
215
};
216
- using HeapContainerAllocator = std::allocator<HeapData>; // boost::fast_pool_allocator<HeapData>;
+ using HeapContainerAllocator =
217
+ std::allocator<HeapData>; // boost::fast_pool_allocator<HeapData>;
218
using HeapContainer = boost::heap::d_ary_heap<HeapData,
219
boost::heap::arity<4>,
220
boost::heap::mutable_<true>,
0 commit comments