Skip to content
Snippets Groups Projects
Commit 34db319a authored by Xiang Li's avatar Xiang Li
Browse files

Merge branch 'clean274' into 'master'

Avoid use of std::iterator which is deprecated in C++17

See merge request !2513
parents 7d0618c9 2378c574
No related branches found
No related tags found
No related merge requests found
......@@ -520,7 +520,7 @@ private:
#include <iterator>
template<typename T>
class UnitIterator : public std::iterator<std::forward_iterator_tag, T>
class UnitIterator
{
private:
T* m_punit;
......
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