cgal/Circular_kernel_3/include/CGAL
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
..
Circular_kernel_3 C++ conformance: calls to member templates of dependent names must be 2010-05-16 16:50:24 +00:00
Circle_type.h Massive fix of svn:keywords properties, and $URL$ keyword. 2009-10-20 08:59:26 +00:00
Circular_arc_3.h add myself as author in CK3 files 2009-07-21 09:08:07 +00:00
Circular_arc_point_3.h
Exact_spherical_kernel_3.h remove deprecated TODO 2010-05-10 07:15:28 +00:00
Line_arc_3.h
Simple_spherical_kernel_3.h Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
Spherical_kernel_3.h Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
Spherical_kernel_intersections.h Massive fix of svn:keywords properties, and $URL$ keyword. 2009-10-20 08:59:26 +00:00
Spherical_kernel_type_equality_wrapper.h
global_functions_spherical_kernel_3.h Massive fix of svn:keywords properties, and $URL$ keyword. 2009-10-20 08:59:26 +00:00