Fix a parsing error: when CGAL_NO_DEPRECATED_CODE is define, the namespace

CGAL was not closed... then the compiler complains about namespaces
CGAL::std::, CGAL::CGAL:: and so on.
This commit is contained in:
Laurent Rineau 2010-11-18 09:57:36 +00:00
parent 343185e47b
commit 2186c1f5b5
1 changed files with 1 additions and 1 deletions

View File

@ -35,8 +35,8 @@ class Weighted_alpha_shape_euclidean_traits_3 : public
Regular_triangulation_euclidean_traits_3<K>
{};
} //namespace CGAL
#endif //CGAL_NO_DEPRECATED_CODE
} //namespace CGAL
#endif //CGAL_WEIGHTED_ALPHA_SHAPE_EUCLIDEAN_TRAITS_3_H