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
4 changes: 2 additions & 2 deletions ch18/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ int main()

> 为什么 what 函数不应该抛出异常?

what中如果抛出异常,需要try catch捕获,再调用what,一直循环,直达内存耗尽
what中如果抛出异常,需要try catch捕获,再调用what,一直循环,直到内存耗尽

## 练习18.12

Expand Down Expand Up @@ -1059,4 +1059,4 @@ int main(int argc, char const *argv[])

return 0;
}
```
```