cgal/Cartesian_kernel/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
..
Cartesian C++ conformance: calls to member templates of dependent names must be 2010-05-16 16:50:24 +00:00
constructions fix place 2008-06-04 08:55:44 +00:00
predicates Add a *useful* comment. 2009-02-02 13:09:25 +00:00
Cartesian.h typo : mecanism -> mechanism. 2009-08-10 15:57:03 +00:00
Cartesian_converter.h Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
Simple_cartesian.h typo : mecanism -> mechanism. 2009-08-10 15:57:03 +00:00