mirror of https://github.com/CGAL/cgal
consistent use of struct for traits
This commit is contained in:
parent
445ffdb4f3
commit
7d2514e5da
|
|
@ -135,9 +135,9 @@ struct Coercion_traits_for_level
|
||||||
|
|
||||||
namespace INTERN_CT{
|
namespace INTERN_CT{
|
||||||
// Coercion_traits for Sqrt_extenison to FieldWithSqrt
|
// Coercion_traits for Sqrt_extenison to FieldWithSqrt
|
||||||
template <class A, class B> class CT_ext_to_fwsqrt;
|
template <class A, class B> struct CT_ext_to_fwsqrt;
|
||||||
// Coercion_traits for Sqrt_extenison not with FieldWithSqrt
|
// Coercion_traits for Sqrt_extenison not with FieldWithSqrt
|
||||||
template <class A, class B> class CT_ext_not_to_fwsqrt;
|
template <class A, class B> struct CT_ext_not_to_fwsqrt;
|
||||||
} // namespace INTERN_CT
|
} // namespace INTERN_CT
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue