mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-08-11 17:28:59 +08:00
refs #88, updated readme and bumped to wip version
This commit is contained in:
parent
0dde29d260
commit
de57485877
@ -552,6 +552,13 @@ to the expected behavior.
|
||||
|
||||
## Release Notes
|
||||
|
||||
### v1.4.2 (WIP)
|
||||
|
||||
* Refactoring for [#88](https://github.com/gulrak/filesystem/issues/88), `fs::path::parent_path()`
|
||||
had a performance issue, as it was still using a loop based approach to recreate
|
||||
the parent from elements. This created lots of temporaries and was too slow
|
||||
especially on long paths.
|
||||
|
||||
### [v1.4.0](https://github.com/gulrak/filesystem/releases/tag/v1.4.0)
|
||||
|
||||
* Enhancements for [#71](https://github.com/gulrak/filesystem/issues/71), when compiled with C++20:
|
||||
|
@ -236,7 +236,7 @@
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
||||
#define GHC_FILESYSTEM_VERSION 10400L
|
||||
#define GHC_FILESYSTEM_VERSION 10401L
|
||||
|
||||
#if !defined(GHC_WITH_EXCEPTIONS) && (defined(__EXCEPTIONS) || defined(__cpp_exceptions) || defined(_CPPUNWIND))
|
||||
#define GHC_WITH_EXCEPTIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user