From e5159ff8d077e13fc736eeb9df4c5b53829fae6f Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Fri, 7 Oct 2016 09:03:51 +0100 Subject: Fix bad headings markup in Readme --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index ef581372..e4f2cd1c 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@ v2 rewrite. You can view its documentation at https://ned14.github.io/boost.afio Tarballs of source and prebuilt binaries with all unit tests passing: https://dedi4.nedprod.com/static/files/ -=== Todos in order of priority: +### Immediate todos in order of priority: - [ ] Get Outcome to work perfectly with exceptions and RTTI disabled, this makes Outcome useful in the games/audio world. - [ ] Add unit tests proving it for all platforms. @@ -49,7 +49,7 @@ fuzzed, coverage calculated, bloat calculated, ABI dumped etc - [ ] Add missing functions on handle/file_handle from AFIO v1 -=== clang AST parser based todos: +### clang AST parser based todos which await me getting back into the clang AST parser: - [ ] Implement [[bindlib::make_free]] which injects member functions into the enclosing namespace. - [ ] C bindings for all AFIO v2 APIs. Write libclang parser which autogenerates @@ -83,7 +83,7 @@ missing gaps. -=== Known bugs and problems: +### Known bugs and problems: - [ ] algorithm::atomic_append needs improvements: - Trap if append exceeds 2^63 and do something useful with that - Fix the known inefficiencies in the implementation: -- cgit v1.2.3