cgal/Periodic_3_triangulation_3
Laurent Rineau 67928706cf C++ conformance: calls to member templates of dependent names must be
qualified with the "template" keyword.

Example:
  template <typenam T>
  void f(T foobar) {
    foobar.get<0>().foobar(); // error
  }
must be written:

  foobar.template get<0>().foobar();
2010-05-16 16:50:24 +00:00
..
benchmark/Periodic_3_triangulation_3 rename Benchmarks directory to benchmark 2009-08-24 09:09:19 +00:00
demo - added new iterator Unique_vertex_iterator that iterates over all vertices 2010-02-08 15:39:04 +00:00
doc_tex improvement in formulations 2010-02-26 12:23:13 +00:00
examples/Periodic_3_triangulation_3 final minor cosmetics before the code freeze 2009-12-17 18:31:13 +00:00
include/CGAL C++ conformance: calls to member templates of dependent names must be 2010-05-16 16:50:24 +00:00
package_info/Periodic_3_triangulation_3 eliminating compiler error 2009-05-15 09:11:27 +00:00
test/Periodic_3_triangulation_3 construct underlying triangulation without dummy points 2010-05-07 08:40:50 +00:00
dont_submit adding Benchmarks folder to dont_submit in order to avoid 2009-08-18 16:14:12 +00:00