Add declaration of Regular_triangulation_filtered_traits_3 to prevent problems

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

View File

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