Made code compatible with clang, ignored test dir in the IDE.
This commit is contained in:
@ -87,7 +87,7 @@ class SECTREE
|
||||
|
||||
template <class _Func> LPENTITY find_if (_Func & func) const
|
||||
{
|
||||
LPSECTREE_LIST::iterator it_tree = m_neighbor_list.begin();
|
||||
auto it_tree = m_neighbor_list.begin();
|
||||
|
||||
while (it_tree != m_neighbor_list.end())
|
||||
{
|
||||
|
Reference in New Issue
Block a user