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>2017-08-03 02:41:32 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-03 02:41:32 +0300
commitd43d50996920718ae8d523a7586c9da70a8e017c (patch)
treeddf76ea53eda23fe8a8c0949e5562270eaa39010 /Readme.md
parent35354f85bfb82f53609f98d3dcf042fbc76cf493 (diff)
Finally got round to implementing the free function injection script, so now all the main AFIO functions are free!
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index c73c3997..567db023 100644
--- a/Readme.md
+++ b/Readme.md
@@ -29,8 +29,6 @@ fuzzed, coverage calculated, bloat calculated, ABI dumped etc
### 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
SWIG interface files from the .hpp files using custom attributes to fill in the
missing gaps.