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