We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3e0e6 commit a2c90baCopy full SHA for a2c90ba
book/zh-cn/01-intro.md
@@ -23,7 +23,7 @@ InstalledDir: /Library/Developer/CommandLineTools/usr/bin
23
char *str = "hello world!"; // 将出现弃用警告
24
```
25
26
-- **C++98 异常说明、 `unexcepted_handler`、`set_unexpected()` 等相关特性被弃用,应该使用 `noexcept`。**
+- **C++98 异常说明、 `unexpected_handler`、`set_unexpected()` 等相关特性被弃用,应该使用 `noexcept`。**
27
28
- **`auto_ptr` 被弃用,应使用 `unique_ptr`。**
29
0 commit comments