add no_deprecated_code macro

This commit is contained in:
Sébastien Loriot 2009-10-20 21:54:12 +00:00
parent b56103d0ab
commit ec6f2dbb9b
1 changed files with 5 additions and 0 deletions

View File

@ -19,8 +19,11 @@
#ifndef CGAL_REGULAR_TRIANGULATION_FILTERED_TRAITS_3_H
#define CGAL_REGULAR_TRIANGULATION_FILTERED_TRAITS_3_H
#ifndef CGAL_NO_DEPRECATED_CODE
#include <CGAL/Regular_triangulation_euclidean_traits_3.h>
namespace CGAL{
@ -34,4 +37,6 @@ class Regular_triangulation_filtered_traits_3
} //namespace CGAL::internal
#endif //CGAL_NO_DEPRECATED_CODE
#endif // CGAL_REGULAR_TRIANGULATION_FILTERED_TRAITS_3_H