mirror of https://github.com/CGAL/cgal
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:
parent
b6e8b96f2a
commit
3a7dc085db
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue