From 2186c1f5b5e70a5b08f4b6d54dcd773c24f67be3 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 18 Nov 2010 09:57:36 +0000 Subject: [PATCH] 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. --- .../include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alpha_shapes_3/include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h b/Alpha_shapes_3/include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h index c5847d30664..1afa7bd771e 100644 --- a/Alpha_shapes_3/include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h +++ b/Alpha_shapes_3/include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h @@ -35,8 +35,8 @@ class Weighted_alpha_shape_euclidean_traits_3 : public Regular_triangulation_euclidean_traits_3 {}; -} //namespace CGAL #endif //CGAL_NO_DEPRECATED_CODE +} //namespace CGAL #endif //CGAL_WEIGHTED_ALPHA_SHAPE_EUCLIDEAN_TRAITS_3_H