Skip to content

Commit 9425bf5

Browse files
authored
Merge pull request wuye9036#70 from c-cpp-a/patch-1
修正错误
2 parents cd42324 + 003d34c commit 9425bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ vector unknownVector; // 错误示例
218218
这样就是错误的。我们把通过类型绑定将类模板变成“普通的类”的过程,称之为模板实例化(Template Instantiate)。实例化的语法是:
219219

220220
```
221-
模板名 < 模板实参1 [,模板实参2,...] >
221+
模板名 < [模板实参1,模板实参2,...] >
222222
```
223223

224224
看几个例子:

0 commit comments

Comments
 (0)