feature: vol3 migration ends and aligned up mostly passages#79
Merged
Conversation
# Conflicts: # documents/vol3-standard-library/containers/13-custom-allocators.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat/vol3-migrate完成 vol3 标准库卷的剩余章节迁移,对齐全站英文翻译,并为核心文章加入可在线运行的编译示例(OnlineCompilerDemo)。1. vol3 新章节(CN,47 文件)
strings(50–54)、time-numeric(58–60)、iterators-algorithms(40–46)、error-utils(61–68)、io(55–57)等子目录文章 + 各index.md。2. 全站 EN 翻译对齐(132 文件,68 新增)
用
translate.py(glm-4.6)同步译出新增/改动的 CN 文章,覆盖 vol3 全卷 + vol4 设计模式 + vol5/7/8/10 等。0 翻译失败、0 孤儿文件、0 内部死链。3. 在线编译示例(12 个 example + 12 篇文章插
OnlineCompilerDemo)code/examples/vol3/下 12 个独立可编译程序,文章插入组件(Compiler Explorer 在线运行 / 看汇编):-std=c++23)(a+)+b病态回溯指数爆炸<random>三种分布统计current()零开销(汇编 0 调用)4. 配置与脚本
site/.vitepress/config/sidebar.ts(vol3 侧边栏)scripts/translate.py、scripts/cppref_manifest.json.claude/notebook-migration-plan.md这个部分是笔者投放的自己私有笔记的迁移清单质检(preflight 全过)
--fix+ 手修 MD032/MD024/MD042/MD040)index.md齐全g++编译运行验证(46 用-c只编译避 TBB、53 用-std=c++23)备注
std::execution::par需 TBB、在线 executor 默认不链,降级为allow-x86-asm(只编译看汇编,不运行)。