cgal/Cartesian_kernel
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
..
include/CGAL C++ conformance: calls to member templates of dependent names must be 2010-05-16 16:50:24 +00:00
package_info/Cartesian_kernel Remove changes.txt files. 2008-07-24 17:47:16 +00:00
TODO typo : mecanism -> mechanism. 2009-08-10 15:57:03 +00:00