Merge branch 'patch-1' of https://github.com/Lastique/intrusive into Lastique-patch-1

This commit is contained in:
Ion Gaztañaga
2017-04-08 14:05:58 +02:00

View File

@@ -1115,7 +1115,7 @@ class slist_impl
//!
//! <b>Throws</b>: Nothing.
//!
//! <b>Complexity</b>: Lineal to the elements (l - before_f + 1).
//! <b>Complexity</b>: Linear to the elements (l - before_f + 1).
//!
//! <b>Note</b>: Invalidates the iterators to the erased element.
template<class Disposer>