ptrdiff_t in recursive_directory_iterator should be std::ptrdiff_t · Issue #5 · gulrak/filesystem · GitHub
Skip to content

ptrdiff_t in recursive_directory_iterator should be std::ptrdiff_t #5

Description

@unravel-dev

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions