mirror of https://github.com/CGAL/cgal
cleanup
This commit is contained in:
parent
060a02812c
commit
1d9c91e73f
|
|
@ -134,7 +134,7 @@ template<class K1, class K2,
|
||||||
typedef KernelD_converter_<Self,K1,K2,List> Base;
|
typedef KernelD_converter_<Self,K1,K2,List> Base;
|
||||||
typedef typename Get_type<K1, FT_tag>::type FT1;
|
typedef typename Get_type<K1, FT_tag>::type FT1;
|
||||||
typedef typename Get_type<K2, FT_tag>::type FT2;
|
typedef typename Get_type<K2, FT_tag>::type FT2;
|
||||||
NTc c; // TODO: compressed storage as this is likely empty and the converter gets passed around (and stored in iterators)
|
CGAL_NO_UNIQUE_ADDRESS NTc c;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
KernelD_converter(){}
|
KernelD_converter(){}
|
||||||
|
|
|
||||||
|
|
@ -1200,9 +1200,6 @@ template<class R_> struct Compare_squared_distance : private Store_kernel<R_> {
|
||||||
typedef typename Get_type<R, RT_tag>::type RT;
|
typedef typename Get_type<R, RT_tag>::type RT;
|
||||||
typedef typename Get_type<R, Comparison_result_tag>::type result_type;
|
typedef typename Get_type<R, Comparison_result_tag>::type result_type;
|
||||||
typedef typename Get_functor<R, Construct_ttag<Point_cartesian_const_iterator_tag> >::type CI;
|
typedef typename Get_functor<R, Construct_ttag<Point_cartesian_const_iterator_tag> >::type CI;
|
||||||
// TODO: This is_exact thing should be reengineered.
|
|
||||||
// the goal is to have a way to tell: don't filter this
|
|
||||||
typedef typename CGAL::Uses_no_arithmetic<CI> Uses_no_arithmetic;
|
|
||||||
|
|
||||||
template<class V,class W>
|
template<class V,class W>
|
||||||
result_type operator()(V const&a, V const&b, W const&c)const{ // Point, Point. FT
|
result_type operator()(V const&a, V const&b, W const&c)const{ // Point, Point. FT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue