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 8767bb8 commit 04420e8Copy full SHA for 04420e8
book/zh-cn/02-usability.md
@@ -575,7 +575,7 @@ extern template class std::vector<double>; // 不在该当前编译文件中实
575
std::vector<std::vector<int>> matrix;
576
```
577
578
-这在传统C++编译器下是不能够被编译的,而 C++11 开始,连续的右尖括号将变得合法,并且能够顺利通过编译。甚至于下下面这种写法都能够通过编译:
+这在传统C++编译器下是不能够被编译的,而 C++11 开始,连续的右尖括号将变得合法,并且能够顺利通过编译。甚至于像下面这种写法都能够通过编译:
579
580
```cpp
581
template<bool T>
0 commit comments