From d039daf938a45dd490a635938ad51f292e269afb Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 6 Nov 2017 00:05:56 +0100 Subject: [PATCH] Extend TODOs --- TODOs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODOs.md b/TODOs.md index 689ac3a..7733fcc 100644 --- a/TODOs.md +++ b/TODOs.md @@ -7,6 +7,10 @@ - [x] Add documentation (install instructions, usage) - [ ] Support enums (undoable with Boost.Hana) - [ ] Support templated classes +- [ ] Allow making 3rdparty classes/structs reflectable + - [ ] Add additional parameter for code generator to allow specifying relevant classes + explicitely + - [ ] Fix traits currently relying on `JsonSerializable` being base class ## Library-only - [ ] Support `std::unique_ptr` and `std::shared_ptr`