Skip to Content.
Sympa Menu

cgal-discuss - is_empty_range

Subject: CGAL users discussion list

List archive

is_empty_range


Chronological Thread 
  • From: Pierre Alliez <>
  • To:
  • Subject: is_empty_range
  • Date: Fri, 06 Apr 2007 22:29:40 +0200

hi all,

I am trying to compile an executable with CGAL 3.2

I do have a bug in triangulation_3

when calling

Cell_circulator c = incident_cells(edge);
Cell_circulator done = c;
CGAL_For_all(c,done)
/...

the bug occurs in circulator.h:

template< class C> inline
bool I_is_empty_range( const C& c1, const C&, Circulator_tag){
return c1 == CGAL_CIRC_NULL;
}


apparently there is no acceptable left operator of type const
CGAL::DT3<Gt,Tds>::Cell_circulator

any idea ?

thanks!

Pierre


  • is_empty_range, Pierre Alliez, 04/06/2007

Archive powered by MHonArc 2.6.16.

Top of Page