mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-04 11:13:58 +08:00
Release v1.3.10
This commit is contained in:
parent
011659ff75
commit
3ad9525acc
@ -5,7 +5,7 @@
|
||||
[](https://cirrus-ci.com/github/gulrak/filesystem)
|
||||
[](https://cloud.drone.io/gulrak/filesystem)
|
||||
[](https://coveralls.io/github/gulrak/filesystem?branch=master)
|
||||
[](https://github.com/gulrak/filesystem/tree/v1.3.8)
|
||||
[](https://github.com/gulrak/filesystem/tree/v1.3.10)
|
||||
|
||||
# Filesystem
|
||||
|
||||
@ -112,8 +112,8 @@ in the standard, and there might be issues in these implementations too.
|
||||
|
||||
### Downloads
|
||||
|
||||
The latest release version is [v1.3.8](https://github.com/gulrak/filesystem/tree/v1.3.8) and
|
||||
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.3.8).
|
||||
The latest release version is [v1.3.10](https://github.com/gulrak/filesystem/tree/v1.3.10) and
|
||||
source archives can be found [here](https://github.com/gulrak/filesystem/releases/tag/v1.3.10).
|
||||
|
||||
### Using it as Single-File-Header
|
||||
|
||||
@ -519,7 +519,7 @@ to the expected behavior.
|
||||
|
||||
## Release Notes
|
||||
|
||||
### v1.3.9 (WIP)
|
||||
### [v1.3.10](https://github.com/gulrak/filesystem/releases/tag/v1.3.10)
|
||||
|
||||
* Fix for [#81](https://github.com/gulrak/filesystem/issues/79), fixed issues with
|
||||
handling `Source` parameters that are string views.
|
||||
|
@ -205,7 +205,7 @@
|
||||
//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
// ghc::filesystem version in decimal (major * 10000 + minor * 100 + patch)
|
||||
#define GHC_FILESYSTEM_VERSION 10309L
|
||||
#define GHC_FILESYSTEM_VERSION 10310L
|
||||
|
||||
#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