Remove Java std::list::assign
This doesn't exist in equivalent Java containers. If we put it back, the full set of overloaded assign wrappers ought to be added.
This commit is contained in:
parent
ecebbdd0df
commit
6daed2cea1
1 changed files with 0 additions and 1 deletions
|
|
@ -165,7 +165,6 @@ namespace std {
|
|||
list();
|
||||
list(const list &other);
|
||||
~list();
|
||||
void assign(size_type n, const T &value);
|
||||
%rename(isEmpty) empty;
|
||||
bool empty() const;
|
||||
void clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue