Remove CGAL_DEPRECATED

I cannot find a way to use it cross-platform. The syntax of attributes
for gcc and MSVC do not seem compatible.
This commit is contained in:
Laurent Rineau 2017-09-28 13:22:41 +02:00
parent b6e8b96f2a
commit 3a7dc085db
3 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ public:
typedef CurveIndex Curve_index;
#ifndef CGAL_NO_DEPRECATED_CODE
typedef CurveIndex Curve_segment_index CGAL_DEPRECATED;
typedef CurveIndex Curve_segment_index;
#endif
typedef typename Base::Triangulation Triangulation;

View File

@ -538,7 +538,7 @@ public:
typedef int Corner_index;
#ifndef CGAL_NO_DEPRECATED_CODE
typedef Curve_index Curve_segment_index CGAL_DEPRECATED;
typedef Curve_index Curve_segment_index;
#endif
typedef typename Base::R Gt;

View File

@ -227,7 +227,7 @@ public:
typedef typename Base::Subdomain_index Subdomain_index;
#ifndef CGAL_NO_DEPRECATED_CODE
typedef Curve_index Curve_segment_index CGAL_DEPRECATED; ///< Backward-compatibility
typedef Curve_index Curve_segment_index; ///< Backward-compatibility
#endif
typedef typename boost::property_map<Polyhedron,