Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ch15/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ void memfcn(Base &b) { b = *this; }
* Prot_Derv
* Derived_from_Public
* Derived_from_Protected

不合法:
* Derived_from_Private

Expand Down Expand Up @@ -360,4 +361,4 @@ std::shared_ptr<std::set<line_no>> ret_lines =
(a) 按句子查询并打印单词,而不再是按行打印。
(b) 引入一个历史系统,用户可以按编号查阅之前的某个查询,并可以在其中添加内容或者将其余其他查询组合。
(c) 允许用户对结果做出限制,比如从给定范围的行中跳出匹配的进行显示。
```
```