mirror of https://github.com/CGAL/cgal
Removed useless P2Tvertex_base void specialization
This commit is contained in:
parent
0106de5fd0
commit
252f541f5f
|
|
@ -119,21 +119,6 @@ operator<<(std::ostream &os,
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Specialization for void.
|
|
||||||
template <>
|
|
||||||
class Periodic_2_triangulation_vertex_base_2<void>
|
|
||||||
{
|
|
||||||
public:
|
|
||||||
typedef Dummy_tds_2 Triangulation_data_structure;
|
|
||||||
typedef Triangulation_data_structure::Vertex_handle Vertex_handle;
|
|
||||||
typedef Triangulation_data_structure::Face_handle Face_handle;
|
|
||||||
template <typename Tds2>
|
|
||||||
struct Rebind_Tds
|
|
||||||
{
|
|
||||||
typedef Periodic_2_triangulation_vertex_base_2<Tds2> Other;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
} //namespace CGAL
|
} //namespace CGAL
|
||||||
|
|
||||||
#endif // CGAL_PERIODIC_2_TRIANGULATION_VERTEX_BASE_2_H
|
#endif // CGAL_PERIODIC_2_TRIANGULATION_VERTEX_BASE_2_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue