Skip to content

Commit 13448e4

Browse files
wip
1 parent 7eb2d93 commit 13448e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/util/query_heap.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ template <typename NodeID, typename Key> class UnorderedMapStorage
124124
private:
125125
template <typename K, typename V>
126126
using UnorderedMap = std::
127-
unordered_map<K, V, std::hash<K>, std::equal_to<K>, PoolAllocator<std::pair<const K, V>>>;
127+
unordered_map<K, V/*, std::hash<K>, std::equal_to<K>, PoolAllocator<std::pair<const K, V>>*/>;
128128

129129
UnorderedMap<NodeID, Key> nodes;
130130
};

0 commit comments

Comments
 (0)