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_,