Add declaration of Regular_triangulation_filtered_traits_2 to prevent problems

due to cyclic dependency.
This commit is contained in:
Sylvain Pion 2007-10-03 14:13:50 +00:00
parent 7e364e1a24
commit a25c35c992
1 changed files with 5 additions and 0 deletions

View File

@ -424,6 +424,11 @@ CGAL_END_NAMESPACE
CGAL_BEGIN_NAMESPACE
// This declaration is needed to break the cyclic dependency.
template < typename K >
class Regular_triangulation_filtered_traits_2;
template < typename CK >
class Regular_triangulation_euclidean_traits_2 < Filtered_kernel<CK> >
: public Regular_triangulation_filtered_traits_2 < Filtered_kernel<CK> >