VinGarcia / Simple-Iterator-Template

Provides a header-only iterator template that is easy to adapt for any custom container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pos should be of type size_t

imfatant opened this issue · comments

Shouldn't pos be of type size_t?

On the example? or on the header? which line?