From bfa06e8f31284105df92bca7a5731b9738a5dc41 Mon Sep 17 00:00:00 2001 From: vczh Date: Sun, 18 Jul 2021 02:20:11 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 5286adf5..1a748b8c 100644 --- a/TODO.md +++ b/TODO.md @@ -59,6 +59,7 @@ https://zhuanlan.zhihu.com/p/39369370 - Remove `FOREACH` and `FOREACH_INDEXER`, replaced by range-based for loop - Fix `Linq` so that lambda parameters can be `auto`, instead of specified `types` - Redesign `VCZH_MSVC` series macros + - Separate OS dependent implementations to different files for all repos, not only GacUI. ### Workflow