ghc::filesystem Release v1.3.10
2020-12-27 13:36

Heute habe ich v1.3.10
von
ghc::filesystem
veröffentlicht, meiner
Implementation der C++17-Komponente std::filesystem
für C++11, C++14 und C++17.
Dies ist ein kleines Bugfix-Release, das Probleme mit Source-Parametern
behebt, die String-Views sind, und die Bit-Operationen der
Filesystem-Bitmasken wie vorgesehen constexpr macht.
Die Änderungen in v1.3.10:
- Fix for #81
, fixed issues with handling
Sourceparameters that are string views. - Fix for #79
, the bit operations for filesystem bitmasks that should be, are now
constexpr.
Ich danke allen Beteiligten für ihre Unterstützung!