committed by
Gennadiy Civil
parent
77004096e8
commit
6729a13611
@@ -183,8 +183,14 @@ class PathLike {
|
||||
public:
|
||||
struct iterator {
|
||||
typedef PathLike value_type;
|
||||
|
||||
iterator& operator++();
|
||||
PathLike& operator*();
|
||||
};
|
||||
|
||||
using value_type = char;
|
||||
using const_iterator = iterator;
|
||||
|
||||
PathLike() {}
|
||||
|
||||
iterator begin() const { return iterator(); }
|
||||
|
||||
Reference in New Issue
Block a user