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 01:38:44 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-03 01:38:44 +0300
commit35354f85bfb82f53609f98d3dcf042fbc76cf493 (patch)
tree0b09f3792d52d5b14f16a4f57b865346d21fb203 /Readme.md
parent9d66fe89ffa6df2c1ad87989d32bb8f828fba7d3 (diff)
Tidy up the make_free_function marker. Replace QUICKCPPLIB_CONSTEXPR with constexpr as we now require C++ 14. Upgraded compiler requirements.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index 648f2610..c73c3997 100644
--- a/Readme.md
+++ b/Readme.md
@@ -11,9 +11,6 @@ Outcome useful in the games/audio world.
- [ ] Move AFIO to being tested with exceptions and RTTI disabled. Where AFIO
throws, have it detect __cpp_exceptions and skip those implementations.
- [ ] Move handle caching into native_handle_type? Overlapped flag is especially needed.
-- [ ] `handle::current_path()` should be added using
-`GetFinalPathNameByHandle(FILE_NAME_OPENED)`. `VOLUME_NAME_DOS` vs `VOLUME_NAME_NT` should
-depend on the current afio::path setting.
- [ ] Implement the long planned ACID key-value BLOB store
with a very simple engine based on atomic renames and send it to Boost for peer review.