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>2018-04-11 14:25:40 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-04-11 14:25:40 +0300
commit4e837be97c2972e11a8515ae260e4476bd6654e3 (patch)
treee56207976ecd1c02280f77c5e00920b0072af0f5 /Readme.md
parent487b9a266f9a2d5e81902fde842c41cbd53f1ce4 (diff)
Fix up programs to use std::byte buffers.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 5b0e4581..11a03f00 100644
--- a/Readme.md
+++ b/Readme.md
@@ -15,7 +15,7 @@ Tarballs of source and prebuilt binaries for Linux x64, MacOS x64 and Windows x6
- [x] Run clang-tidy fix pass, it's got a bit untidy recently.
- [ ] Add OS X support to `storage_profile`, this should complete the Mac OS port.
- [x] Fix all known bugs in Outcome, plus reorg source code in prep for `status_code`.
-- [ ] Scatter-gather buffers to use https://github.com/martinmoene/byte-lite
+- [x] Scatter-gather buffers to use https://github.com/martinmoene/byte-lite
- [ ] Implement SG14 `status_code` as a standalone library and test in AFIO.
- [ ] Single include generation now we're on `status_code` and it's safe.
- [ ] `atomic_append` isn't actually being tested in shared_fs_mutex