Commit 0b15dae3 authored by Davis King's avatar Davis King

Fixed clang compiler error

parent eb4b5db7
......@@ -560,7 +560,7 @@ namespace dlib
}
}
if (neighbors.size() != 0)
neighbors[cur_node] = make_pair(start_idx, edges.size());
neighbors[cur_node] = std::make_pair(start_idx, edges.size());
}
// ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment