mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Set Index::size() const (#200)
This commit is contained in:
parent
9a3d83e177
commit
65feee0c21
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ public:
|
|||
const_iterator Begin() const { return begin(); }
|
||||
const_iterator End() const { return end(); }
|
||||
void clear() { Clear(); }
|
||||
size_type size() { return GetCount(); }
|
||||
size_type size() const { return GetCount(); }
|
||||
bool empty() const { return IsEmpty(); }
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue