Skip to content
Snippets Groups Projects
Commit d06a6eec authored by Christian Engwer's avatar Christian Engwer
Browse files

pass all template parameters to Dune::RandomAccessIteratorFacade

[[Imported from SVN: r5350]]
parent c7f28e96
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ namespace Dune {
*/
template<class C, class T, class R=T&, class D = std::ptrdiff_t>
class GenericIterator :
public Dune::RandomAccessIteratorFacade<GenericIterator<C,T>,T,R,D>
public Dune::RandomAccessIteratorFacade<GenericIterator<C,T,R,D>,T,R,D>
{
friend class GenericIterator<typename remove_const<C>::type, typename remove_const<T>::type, typename mutable_reference<R>::type, D>;
friend class GenericIterator<const typename remove_const<C>::type, const typename remove_const<T>::type, typename const_reference<R>::type, D>;
......
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