mirror of https://github.com/CGAL/cgal
fix adjacent_vertices_threadsafe
internal::Has_member_visited<Vertex> is not threadsafe
This commit is contained in:
parent
daaf92d0ac
commit
3b8c06f836
|
|
@ -1339,7 +1339,7 @@ public:
|
|||
}
|
||||
return visit_incident_cells_threadsafe<
|
||||
Vertex_extractor<Vertex_feeder_treatment<OutputIterator>, OutputIterator, Filter,
|
||||
internal::Has_member_visited<Vertex>::value>,
|
||||
false>,
|
||||
OutputIterator>(v, vertices, f);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -147,6 +147,7 @@ public:
|
|||
using Tr_Base::geom_traits;
|
||||
#endif
|
||||
using Tr_Base::adjacent_vertices;
|
||||
using Tr_Base::adjacent_vertices_threadsafe;
|
||||
using Tr_Base::cw;
|
||||
using Tr_Base::ccw;
|
||||
using Tr_Base::construct_point;
|
||||
|
|
|
|||
Loading…
Reference in New Issue