Fixed Trac #12184 ("clang -Wdocumentation warning")

This commit is contained in:
Ion Gaztañaga
2016-07-02 23:10:03 +02:00
parent 2d55c66475
commit 56e2e4345a

View File

@@ -1260,7 +1260,7 @@ class slist_impl
if(l) *l = this->previous(this->cend());
}
else{
const_iterator last_x(x.previous(x.end())); //<- constant time if cache_last is active
const_iterator last_x(x.previous(x.end())); //constant time if cache_last is active
node_ptr prev_n(prev.pointed_node());
node_ptr last_x_n(last_x.pointed_node());
if(cache_last){