cgal/Stream_lines_2/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
..
Euler_integrator_2.h removed unused parameters 2007-03-17 09:27:09 +00:00
Regular_grid_2.h removed unused parameters 2007-03-17 09:27:09 +00:00
Runge_kutta_integrator_2.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Stream_lines_2.h C++ conformance: calls to member templates of dependent names must be 2010-05-16 16:50:24 +00:00
Triangular_field_2.h Use <cfloat> more consistently instead of <float.h>. 2008-01-18 20:19:17 +00:00
streamlines_assertions.h Remove empty lines at beginning and end of files 2010-02-01 12:55:28 +00:00