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:
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 0ea2bcab..8a4a52d1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -9,7 +9,7 @@ Tarballs of source and prebuilt binaries for Linux x64 and Windows x64:
### Immediate todos in order of priority:
-- [ ] Implement new custom C++ exception synthesis support from Outcome.
+- [x] Implement new custom C++ exception synthesis support from Outcome.
- [ ] Run clang-tidy fix pass, it's got a bit untidy recently.
- [ ] `atomic_append` isn't actually being tested in shared_fs_mutex
- [ ] Implement a non-toy ACID key-value BLOB store and send it to Boost for peer review.