Skip to content

Commit

Permalink
book: add missing result (#291)
Browse files Browse the repository at this point in the history
Co-authored-by: Shaobo Liu <shaobo@apple.com>
  • Loading branch information
saukymo and Shaobo Liu committed Jun 1, 2024
1 parent af45678 commit 2659a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/zh-cn/02-usability.md
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ enum class new_enum : unsigned int {
```cpp
if (new_enum::value3 == new_enum::value4) {
// 会输出
// 会输出true
std::cout << "new_enum::value3 == new_enum::value4" << std::endl;
}
```
Expand Down

0 comments on commit 2659a5f

Please sign in to comment.