mirror of https://github.com/CGAL/cgal
Bugfix: undef conflicting define
This commit is contained in:
parent
03d06f2180
commit
2017691e98
|
|
@ -1748,4 +1748,6 @@ inline Graph::termtype Graph::what_segment(node_id i)
|
|||
return SINK;
|
||||
}
|
||||
|
||||
#undef last_node
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue