fix compilation on GCC 4.8.2, type of priority_queue<> is not properly deduced
This commit is contained in:
parent
de7c56c6bc
commit
63381ad221
@ -809,7 +809,7 @@ class StaticRTree
|
||||
{
|
||||
// SimpleLogger().Write(logDEBUG) << "flushing queue of " << traversal_queue.size() << " elements";
|
||||
// work-around for traversal_queue.clear();
|
||||
traversal_queue = {};
|
||||
traversal_queue = std::priority_queue<IncrementalQueryCandidate>{};
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user