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