iterator: style
This commit is contained in:
parent
b31f4dd094
commit
88cde59c77
@ -417,7 +417,7 @@ namespace util {
|
||||
{ ; }
|
||||
|
||||
auto begin (void)& { return iterator<BeginT> { m_begin }; }
|
||||
auto end (void)& { return iterator<EndT> { m_end }; }
|
||||
auto end (void)& { return iterator<EndT> { m_end }; }
|
||||
|
||||
private:
|
||||
StoreT m_store;
|
||||
|
Loading…
Reference in New Issue
Block a user