mirror of https://github.com/CGAL/cgal
Add a todo
This commit is contained in:
parent
e4f6695618
commit
22c2318a55
|
|
@ -1087,6 +1087,9 @@ private:
|
|||
return false;
|
||||
#endif
|
||||
|
||||
// @todo could avoid useless facet_status() calls by doing it after the zombie check
|
||||
// for the unsorted priority queue, but AFAIR, it doesn't save noticeable time (and that
|
||||
// increases the queue size).
|
||||
const Facet_status status = facet_status(f);
|
||||
if(status == Facet_status::IRRELEVANT)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue