Merge branch 'master' into container_leaks
This commit is contained in:
@@ -106,9 +106,9 @@ public:
|
||||
|
||||
Variant back() const;
|
||||
|
||||
int find(const Variant &what, const int from = 0);
|
||||
int find(const Variant &what, const int from = 0) const;
|
||||
|
||||
int find_last(const Variant &what);
|
||||
int find_last(const Variant &what) const;
|
||||
|
||||
bool has(const Variant &what) const;
|
||||
|
||||
@@ -134,7 +134,7 @@ public:
|
||||
|
||||
void resize(const int size);
|
||||
|
||||
int rfind(const Variant &what, const int from = -1);
|
||||
int rfind(const Variant &what, const int from = -1) const;
|
||||
|
||||
void sort();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user