ghc::filesystem Release v1.3.10

2020-12-27 13:36

Today I released v1.3.10 of ghc::filesystem , my implementation of C++17 std::filesystem for C++11, C++14 and C++17.

This is a small bugfix release, fixing issues with Source parameters that are string views and making the bit operations for filesystem bitmasks constexpr as they should be.

The full list of changes in v1.3.10:

  • Fix for #81 , fixed issues with handling Source parameters that are string views.
  • Fix for #79 , the bit operations for filesystem bitmasks that should be, are now constexpr.

I want to thank all contributors for their support!