feat(vol3): add passages for vector/string/char8_t#52
Merged
Conversation
正文系列(卷三 01/02/03): - 01-vector-deep-dive:三指针内部表示、扩容摊还常数与三家增长因子 (libstdc++/libc++ 2×、MSVC 1.5×)、迭代器失效全景、move_if_noexcept 异常安全、C++20 constexpr vector (P0784R7+P1004R2)、erase/erase_if (P1209R0) - 02-string-memory-deep-dive:SSO vs COW 历史 (N2668)、SSO 阈值、 C++23 resize_and_overwrite (P1072R10) - 03-char8-t-utf8:C++20 char8_t (P0482R6) 类型变更、两个迁移坑、 C++23 P2513R4 DR 配套: - 3 个 OnlineCompilerDemo 源 (15_vector/16_string/17_char8_t) - 卷三 index.md 分区:正文系列 + 「待重写文章」分区 站点改进(顺带修复): - mermaid 渲染:节点标签 padding/line-height + foreignObject 不裁剪, 解决 CJK 多行文字被节点框遮挡 - dev-only vite plugin:dev 下服务 code/examples(含路径穿越防护), 让 OnlineCompilerDemo 在 dev 也能运行,build 不受影响
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.
正文系列(卷三 01/02/03):
配套:
站点改进(顺带修复):