cosmetics
This commit is contained in:
parent
02a00db9f5
commit
7b7f921ccb
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ namespace std {
|
|||
return **$self;
|
||||
}
|
||||
|
||||
iterator advance_unchecked(const size_type index) const {
|
||||
iterator advance_unchecked(size_type index) const {
|
||||
std::list<T>::iterator ret = *$self;
|
||||
std::advance(ret, index);
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue