Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ptrdiff_t in recursive_directory_iterator should be std::ptrdiff_t #5

Closed
volcoma opened this issue Jan 4, 2019 · 1 comment
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@volcoma
Copy link

volcoma commented Jan 4, 2019

Hi it's me again. Another issue i forgot to mention that is breaking the build is

class resursive_directory_iterator
{
...
using difference_type = ptrdiff_t;

should be 

using difference_type = std::ptrdiff_t;

@gulrak gulrak self-assigned this Jan 4, 2019
@gulrak gulrak added the bug Something isn't working label Jan 4, 2019
@gulrak gulrak closed this as completed in c6050c3 Jan 4, 2019
@gulrak
Copy link
Owner

gulrak commented Jan 4, 2019

Oops... indeed.

@gulrak gulrak added this to the v1.0.6 milestone Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants