From 723df65b47c55d9539603b0944cbb46e5e0e49f2 Mon Sep 17 00:00:00 2001 From: Archivist Date: Mon, 5 Oct 2020 16:33:35 +0000 Subject: [PATCH] Update 'Works in progress' --- Works-in-progress.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Works-in-progress.md b/Works-in-progress.md index 609f6bb..d34a073 100644 --- a/Works-in-progress.md +++ b/Works-in-progress.md @@ -39,9 +39,9 @@ - [ ] `ieee1394_election` - [ ] Datastructures - [ ] `flat_tree` - - [ ] UTF-8 `string` (See BigJ's string) + - [-] UTF-8 `string` (See BigJ's string) - [ ] UTF-8 range identification function - - [ ] CBOR parser and serializer + - [-] CBOR parser and serializer - [ ] `tuple` - Filesystems - [ ] `generic_filesystem` type erasing wrapper (`gp::function` style?) @@ -59,7 +59,7 @@ - [ ] Better split of algorithm headers - [ ] Better split of the tests - [ ] Use concepts for most things - - [ ] Polymorphic allocators everywhere (as allocator pointers in the template parameters) + - [-] Polymorphic allocators everywhere (as allocator pointers in the template parameters) - [ ] `generic_allocator` type erasing wrapper (`gp::function` style?) - - [ ] fix `ring_list` - - [ ] fix `function` \ No newline at end of file + - [x] fix `ring_list` + - [x] fix `function` \ No newline at end of file