Consistent destructor declarations

This commit is contained in:
William S Fulton 2017-06-26 13:53:49 +01:00
commit d04eb88742

View file

@ -164,7 +164,6 @@ namespace std {
list();
list(const list &other);
~list();
%rename(isEmpty) empty;
bool empty() const;
void clear();