cgal/Homogeneous_kernel/include/CGAL/Homogeneous
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
..
Aff_transformationH2.h fixed base class for 'using' statement 2010-05-13 08:40:38 +00:00
Aff_transformationH3.h fixed base class for 'using' statement 2010-05-13 08:40:38 +00:00
CircleH2.h C++ conformance: calls to member templates of dependent names must be 2010-05-16 16:50:24 +00:00
Data_accessorH2.h
DirectionH2.h Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
DirectionH3.h Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
Homogeneous_base.h Add a new Boolean constant in the kernel, Has_filtered_predicates. 2009-10-16 12:07:18 +00:00
Iso_cuboidH3.h Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
Iso_rectangleH2.h Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
LineH2.h Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
PlaneH3.h Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
PointH2.h
PointH3.h
RayH3.h
SphereH3.h C++ conformance: calls to member templates of dependent names must be 2010-05-16 16:50:24 +00:00
VectorH2.h Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
VectorH3.h Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
basic_constructionsH2.h
basic_constructionsH3.h
distance_predicatesH2.h
distance_predicatesH3.h
function_objects.h Add operator to Compare_squared_distance_3 2009-08-24 15:00:14 +00:00
predicates_on_directionsH2.h
predicates_on_pointsH2.h
predicates_on_pointsH3.h