mirror of https://github.com/CGAL/cgal
Fixed starting template parameters with <::
This commit is contained in:
parent
9bfe9b24a5
commit
5effdec42d
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue