From 6f358fa0b2e83cd230e6a279f4e0b7c4a5cc6e5d Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 7 Feb 2023 22:08:12 -0800 Subject: [PATCH] Fixed to Readme markdown --- Readme.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 21c6df5e..0c804145 100644 --- a/Readme.md +++ b/Readme.md @@ -1,11 +1,12 @@
+ - - - - + + + +
LLFIO
on GitHub
API
Documentation
CTest summary
dashboard
Linux CI: Mac OS CI: Windows CI: Prebuilt binaries Prebuilt
binaries
@@ -20,9 +21,9 @@ as Intel Optane. It is a complete rewrite after a Boost peer review in August 2015. LLFIO is the reference implementation for these C++ standardisations: - - `llfio::path_view` is expected to enter the C++ 26 standard ([P1030](https://wg21.link/p1030)). - - `llfio::file_handle` and `llfio::mapped_file_handle` are on track for entering the C++ 26 standard ([P1883](https://wg21.link/p1883)). - - `llfio::tls_socket_handle` and `llfio::byte_socket_handle` are being considered for the C++ 26 standard ([P2586](https://wg21.link/p2596)). +- `llfio::path_view` is expected to enter the C++ 26 standard ([P1030](https://wg21.link/p1030)). +- `llfio::file_handle` and `llfio::mapped_file_handle` are on track for entering the C++ 26 standard ([P1883](https://wg21.link/p1883)). +- `llfio::tls_socket_handle` and `llfio::byte_socket_handle` are being considered for the C++ 26 standard ([P2586](https://wg21.link/p2596)). Other characteristics: - Portable to any conforming C++ 14 compiler with a working Filesystem TS in its STL. @@ -49,7 +50,7 @@ Examples of use (more examples: https://github.com/ned14/llfio/tree/develop/exam \snippet example/sparse_array.cpp sparse_array -\snippet test/tls_socket_handle.cpp https_get +\snippet tests/tls_socket_handle.cpp https_get