Files
cgal/Triangulation_2/include/CGAL
Sylvain Pion 5d3bbb5829 Fix some optimized test-suite warnings (variables can be used uninitialized),
by restructuring a bit :

  -  bool      get_contexts(T va, T vb, H_context_list*&) const;
  +  H_context_list * get_contexts(T va, T vb) const;

And updated callers (now NULL encodes the old false return value).
2007-03-08 13:32:45 +00:00
..
2006-02-16 14:30:13 +00:00
2006-02-16 14:30:13 +00:00
2006-02-16 14:30:13 +00:00
2006-07-12 14:26:47 +00:00