Mael's comment

This commit is contained in:
Andreas Fabri 2018-01-16 12:10:35 +00:00
parent cfd566acef
commit 9546d96ae0
2 changed files with 3 additions and 3 deletions

View File

@ -185,7 +185,7 @@ private:
Virtual_vertex_map;
typedef typename Virtual_vertex_map::const_iterator
Virtual_vertex_map_it;
typedef std::map<Vertex_handle, std::vector<Vertex_handle > >
typedef boost::unordered_map<Vertex_handle, std::vector<Vertex_handle > >
Virtual_vertex_reverse_map;
typedef typename Virtual_vertex_reverse_map::const_iterator
Virtual_vertex_reverse_map_it;