mirror of https://github.com/CGAL/cgal
fixed partial specialization
This commit is contained in:
parent
242349559d
commit
1119e5d024
|
|
@ -30,12 +30,12 @@ struct Default_items {
|
||||||
typedef CGAL::SNC_indexed_items Items;
|
typedef CGAL::SNC_indexed_items Items;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<> template<typename NT>
|
template<typename NT>
|
||||||
struct Default_items<CGAL::Extended_homogeneous<NT> > {
|
struct Default_items<CGAL::Extended_homogeneous<NT> > {
|
||||||
typedef CGAL::SNC_items Items;
|
typedef CGAL::SNC_items Items;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<> template<typename NT>
|
template<typename NT>
|
||||||
struct Default_items<CGAL::Extended_cartesian<NT> > {
|
struct Default_items<CGAL::Extended_cartesian<NT> > {
|
||||||
typedef CGAL::SNC_items Items;
|
typedef CGAL::SNC_items Items;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue