Skip to content
Snippets Groups Projects
Commit 4d35beaa authored by Martin Nolte's avatar Martin Nolte
Browse files

documentation: const_iterator is a constant iterator, not a mutable one

[[Imported from SVN: r6901]]
parent 7f3dc442
No related branches found
No related tags found
No related merge requests found
......@@ -63,14 +63,10 @@ namespace Dune
*/
typedef typename A::template rebind<Element>::other Allocator;
/**
* @brief The mutable iterator of the list.
*/
/** \brief The mutable iterator of the list */
typedef SLListIterator<T,A> iterator;
/**
* @brief The mutable iterator of the list.
*/
/** \brief type of constant iterator of the list */
typedef SLListConstIterator<T,A> const_iterator;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment