mirror of https://github.com/CGAL/cgal
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:
parent
343185e47b
commit
2186c1f5b5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue