mirror of https://github.com/CGAL/cgal
Remove deprecated in forward declaration.
This commit is contained in:
parent
a9d353fa24
commit
35bff47118
|
|
@ -90,7 +90,7 @@ template < unsigned int d_, unsigned int ambient_dim = d_,
|
||||||
class Storage_ = CMap_linear_cell_complex_storage_1<d_, ambient_dim,
|
class Storage_ = CMap_linear_cell_complex_storage_1<d_, ambient_dim,
|
||||||
Traits_, Items_,
|
Traits_, Items_,
|
||||||
Alloc_> >
|
Alloc_> >
|
||||||
class CGAL_DEPRECATED Linear_cell_complex;
|
class Linear_cell_complex;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} // CGAL
|
} // CGAL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue