Add std::optional to TODOs

This commit is contained in:
Martchus 2019-08-09 17:59:00 +02:00
parent fecde7d2d1
commit d7e7bdb703
1 changed files with 1 additions and 0 deletions

View File

@ -29,4 +29,5 @@
- [x] Support `std::unique_ptr` and `std::shared_ptr`
- [x] Support `std::map` and `std::unordered_map`
- [ ] Support `std::any`
- [ ] Support `std::optional`
- [x] Support/document customized (de)serialization (eg. serialize some `DateTime` object to ISO string representation)