Skip to content

Commit de644c2

Browse files
hot fix: roadmap update
1 parent 21aaeb9 commit de644c2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ graph LR
3838
|| 主题 | 文章数 | 难度 | 状态 |
3939
|:--:|------|:------:|:----:|:----:|
4040
|| [C++ 基础入门](documents/vol1-fundamentals/) -- 类型、控制流、函数、指针、类、模板初步 | 49 | beginner | 已完成 |
41-
|| [现代 C++ 特性](documents/vol2-modern-features/) -- 移动语义、智能指针、constexpr、Lambda | 35-40 | intermediate | 编写中 |
41+
|| [现代 C++ 特性](documents/vol2-modern-features/) -- 移动语义、智能指针、constexpr、Lambda | 44 | intermediate | 已完成 |
4242
|| [标准库深入](documents/vol3-standard-library/) -- 容器、迭代器、算法、字符串、分配器 | 40-50 | intermediate | 规划中 |
4343
|| [高级主题](documents/vol4-advanced/) -- Concepts、Ranges、协程、模块、模板元编程 | 50-60 | advanced | 规划中 |
4444
|| [并发编程](documents/vol5-concurrency/) -- 线程原语、原子操作、无锁编程、异步 I/O | 25-30 | advanced | 规划中 |

todo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ estimated_effort: small|medium|large|epic
7474

7575
完成的 TODO 文件从对应分类目录移入 `todo/archive/`,保留原始内容便于回溯。归档文件的 status 字段标记为 `done`,验收标准中已完成的项标记 `[x]`
7676

77-
已完成:001(创建归档分支 archive/legacy_20260415)
77+
已完成:001(创建归档分支 archive/legacy_20260415)、201(卷二现代 C++ 特性大纲,44 篇文章全部到位)

todo/content/201-vol2-modern-features-outline.md renamed to todo/archive/201-vol2-modern-features-outline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: "201"
33
title: "卷二:现代 C++ 特性(C++11-17)— 全部章节大纲与文章规划"
44
category: content
55
priority: P0
6-
status: pending
6+
status: done
77
created: 2026-04-16
88
assignee: charliechen
99
depends_on: ["200"]

0 commit comments

Comments
 (0)