mirror of https://github.com/CGAL/cgal
Removed destructor as it does nothing and leads to error messages for SunProCC
This commit is contained in:
parent
007af4ead1
commit
fe8bfa5c32
|
|
@ -359,9 +359,6 @@ namespace CGAL {
|
|||
};
|
||||
|
||||
|
||||
~Point_container()
|
||||
{}
|
||||
|
||||
inline bool empty() const { return the_size == 0;}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue