This commit is contained in:
Siarhei Fedartsou
2024-07-11 21:26:19 +02:00
parent a18ad919af
commit 69bc6c035d
2 changed files with 8 additions and 3 deletions
+3
View File
@@ -238,6 +238,9 @@ class QueryHeap
Data data;
};
QueryHeap(const QueryHeap& other) = delete;
QueryHeap(QueryHeap&& other) = delete;
template <typename... StorageArgs> explicit QueryHeap(StorageArgs... args) : node_index(args...)
{
Clear();