Skip to content

Fix danging reference bug caused by halfedge().from_vertex().

Martin Heistermann requested to merge fix-dangling-ref into master

We should not return references to members of possible xvalues. Handle is lightweight enough that copying is not a problem.

Merge request reports