ghc::filesystem Release v1.5.8
2021-06-14 22:19

Today I released v1.5.8
of
ghc::filesystem
, my implementation of C++17
std::filesystem
for C++11, C++14, C++17 and C++20.
This is a small bugfix release, fixing fs::create_directories on Windows
to no longer break on long filenames.
The full list of changes in v1.5.8:
- Fix for #125
, where
fs::create_directorieson Windows no longer breaks on long filenames.
I want to thank all contributors for their support!