Don't expose remove() method from std::list to avoid confusing it with Java's remove() in List
This commit is contained in:
parent
6a4467721b
commit
b0de71857e
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ namespace std {
|
|||
void pop_front();
|
||||
void push_back(const value_type &x);
|
||||
void push_front(const value_type &x);
|
||||
void remove(const T &v);
|
||||
|
||||
// Possible bug: jint != size_type
|
||||
jint size () const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue