fixed partial specialization

This commit is contained in:
Andreas Fabri 2008-08-21 07:44:16 +00:00
parent 242349559d
commit 1119e5d024
1 changed files with 2 additions and 2 deletions

View File

@ -30,12 +30,12 @@ struct Default_items {
typedef CGAL::SNC_indexed_items Items;
};
template<> template<typename NT>
template<typename NT>
struct Default_items<CGAL::Extended_homogeneous<NT> > {
typedef CGAL::SNC_items Items;
};
template<> template<typename NT>
template<typename NT>
struct Default_items<CGAL::Extended_cartesian<NT> > {
typedef CGAL::SNC_items Items;
};