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>2016-10-18 20:47:20 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-10-18 20:47:20 +0300
commitbdb885ab201ea299fe5fc8882f226f341a8434c2 (patch)
tree8b3de6631939f6a08f6ea6fd118af3a0d41670cf /Readme.md
parente4c574af3a035757557825f1f06476a3f261460f (diff)
upd
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 8f03d242..a5c7efdd 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,9 +7,11 @@ Tarballs of source and prebuilt binaries with all unit tests passing: https://de
### Immediate todos in order of priority:
+- [ ] Audit Outcome and AFIO for all uses of `std::error_code::value()` and replace where
+appropriate with `std::errc::whatever`.
- [x] Get Outcome to work perfectly with exceptions and RTTI disabled, this makes
Outcome useful in the games/audio world.
- - [x] Add unit tests proving it for all platforms.
+ - [ ] Add a new Boost.Test emulation, one which is noexcept capable
- [ ] Move AFIO to being tested with exceptions and RTTI disabled. Where AFIO
throws, have it detect __cpp_exceptions and skip those implementations.
- [ ] Add macro helpers to Outcome for returning outcomes out of things