Fixed starting template parameters with <::

This commit is contained in:
Mael Rouxel-Labbé 2017-05-11 14:24:46 +02:00
parent 9bfe9b24a5
commit 5effdec42d
1 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ struct Types_for_alpha_nt_2
//weighted case //weighted case
template <class Input_traits, class Kernel_input, template <class Input_traits, class Kernel_input,
class Kernel_approx, class Kernel_exact> class Kernel_approx, class Kernel_exact>
struct Types_for_alpha_nt_2<::CGAL::Tag_true /* Weighted_tag */, struct Types_for_alpha_nt_2< ::CGAL::Tag_true /* Weighted_tag */,
Input_traits, Kernel_input, Input_traits, Kernel_input,
Kernel_approx, Kernel_exact> Kernel_approx, Kernel_exact >
{ {
//Converter types //Converter types
typedef CGAL::Cartesian_converter<Kernel_input, Kernel_approx> To_approx; typedef CGAL::Cartesian_converter<Kernel_input, Kernel_approx> To_approx;