We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd5d6d5 + 62b3f3c commit 50daadbCopy full SHA for 50daadb
cpp/stlastar.h
@@ -813,7 +813,7 @@ template <class UserState> class AStarSearch
813
//Debug : need to keep these two iterators around
814
// for the user Dbg functions
815
typename std::vector< Node * >::iterator iterDbgOpen;
816
- typename std::vector< Node * >::iterator iterDbgClosed;
+ typename std::unordered_set<Node*, NodeHash, NodeEqual>::iterator iterDbgClosed;
817
818
// debugging : count memory allocation and free's
819
int m_AllocateNodeCount;
0 commit comments