mirror of
https://github.com/boostorg/intrusive.git
synced 2025-08-02 14:04:36 +02:00
Fixed Trac #12184 ("clang -Wdocumentation warning")
This commit is contained in:
@@ -1260,7 +1260,7 @@ class slist_impl
|
|||||||
if(l) *l = this->previous(this->cend());
|
if(l) *l = this->previous(this->cend());
|
||||||
}
|
}
|
||||||
else{
|
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 prev_n(prev.pointed_node());
|
||||||
node_ptr last_x_n(last_x.pointed_node());
|
node_ptr last_x_n(last_x.pointed_node());
|
||||||
if(cache_last){
|
if(cache_last){
|
||||||
|
Reference in New Issue
Block a user