From da6d64eb0640a56cd1f0f8588a4a7b11f9ee9377 Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:50:37 +0800 Subject: [PATCH] feature add TODO --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1aa20d..f1b9996 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # ulib -基于C++98的框架 \ No newline at end of file +基于C++98的框架 +- [x] support [fmt-4.1](https://github.com/fmtlib/fmt/tree/4.x) + - https://stackoverflow.com/questions/77067214/do-any-old-versions-of-fmt-support-c98 +- [ ] support [libmysqlclient]() +- [ ] support [libzmq]() +- [ ] thread and thread pool +- [ ] Smart pointer + - [ ] shared_ptr + - [ ] weak_ptr + - [ ] unique_ptr + - [ ] scoped_ptr + - [ ] scoped_array