Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-03-13 15:02:52 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-03-13 15:02:52 +0300
commit9bac4699b037471bc113581058a660f66ddf4c5a (patch)
tree3c0376976fa0d3ef6906a40cc2624b4c40f9d6c6 /release_notes.md
parentc43ec836bce574fbd7b11203d021b6ee634cfed4 (diff)
Fix libc++ issues #52 (outdated <filesystem>) and #49 (char8_t)
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_notes.md b/release_notes.md
index 6b49e866..ad27c3fb 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -24,6 +24,7 @@ It is a complete rewrite after a Boost peer review in August 2015. Its github
source code repository lives at https://github.com/ned14/llfio.
- Portable to any conforming C++ 14 compiler with a working Filesystem TS in its STL.
+ - Note that VS2019 16.3 and libc++ 11 dropped support for Filesystem in C++ 14.
- Will make use of any Concepts TS if you have them.
- Provides view adapters into the Ranges TS, so ready for STL2.
- Original error code is always preserved, even down to the original NT kernel error code if a NT kernel API was used.