Skip to content
Snippets Groups Projects
Commit 9bfc55cf authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

newline change in MappedRangeView

parent 4e38a30a
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,6 @@ namespace AMDiS
using Base = MappedRangeIterator<I,F,std::forward_iterator_tag>;
using Base::it_;
using Base::f_;
public:
using iterator_category = std::bidirectional_iterator_tag;
using reference = typename Base::reference;
......@@ -179,7 +178,6 @@ namespace AMDiS
using Base = MappedRangeIterator<I,F,std::bidirectional_iterator_tag>;
using Base::it_;
using Base::f_;
public:
using iterator_category = std::random_access_iterator_tag;
using reference = typename Base::reference;
......
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