fix return local end
This commit is contained in:
parent
2e8b9264bf
commit
6d383d288d
@ -49,7 +49,7 @@ class directory_only_iterator : public std::experimental::filesystem::directory_
|
|||||||
return *this;
|
return *this;
|
||||||
this->DI::operator++();
|
this->DI::operator++();
|
||||||
}
|
}
|
||||||
return end;
|
return *this;
|
||||||
}
|
}
|
||||||
public:
|
public:
|
||||||
template <class... Arg>
|
template <class... Arg>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user