From 5f166a5e4ea60f0cac0db84df55e16a88c6832c2 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 6 Jul 2024 12:43:21 +0300 Subject: [PATCH] wip --- include/util/query_heap.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/util/query_heap.hpp b/include/util/query_heap.hpp index 3329adea3..e2d3ed4a9 100644 --- a/include/util/query_heap.hpp +++ b/include/util/query_heap.hpp @@ -213,7 +213,8 @@ class QueryHeap return weight > other.weight; } }; - using HeapContainerAllocator = std::allocator; // boost::fast_pool_allocator; + using HeapContainerAllocator = + std::allocator; // boost::fast_pool_allocator; using HeapContainer = boost::heap::d_ary_heap, boost::heap::mutable_,