gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add operator==(const fs::file_status&, const fs::file_status&)

gulrak opened this issue · comments

With C++20 std::filesystem::file_status got an additional operator==(..) and it could be useful for ghc::filesystem on all dialects supported.

This is now part of release v1.5.0