Consistent destructor declarations
This commit is contained in:
parent
d92faa7f7f
commit
d04eb88742
1 changed files with 0 additions and 1 deletions
|
|
@ -164,7 +164,6 @@ namespace std {
|
|||
|
||||
list();
|
||||
list(const list &other);
|
||||
~list();
|
||||
%rename(isEmpty) empty;
|
||||
bool empty() const;
|
||||
void clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue