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:
William S Fulton 2017-06-26 12:28:02 +01:00
commit 6daed2cea1

View file

@ -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();