c_cpp_a
|
003d34cc6f
|
修正错误
原因:在实际的类模板中,可能会有默认模板参数。比如:
template<typename T=int>
class vector{
//...
};
这样就会允许vector<>的出现(里面是没有模板实参的!)。
|
2023-04-18 18:29:45 +08:00 |
|
Ye Wu
|
cd4232437e
|
Reclarified 术语 模板类 和 类模板 的正确使用
|
2022-10-11 19:19:00 -07:00 |
|
Ye Wu
|
c0e945d764
|
更新了TOC,修正了部分行文。
|
2022-10-11 18:55:09 -07:00 |
|
wuye9036
|
f3e61e2012
|
调整了行内的格式
|
2022-09-27 19:32:13 -07:00 |
|
wuye9036
|
f8a18d1db2
|
更新到正在用的编译器。
|
2022-09-20 05:21:17 -07:00 |
|
wuye9036
|
6282afe56c
|
增加 concept 的内容。
|
2022-09-19 19:58:18 -07:00 |
|
vczh
|
139ba2ddcb
|
Merge pull request #30 from lhmouse/patch-1
Don't use reserved identifiers in examples.
|
2021-12-28 06:53:04 -08:00 |
|
nmreadelf
|
b306167a0e
|
add public keyword float void* typeid example
`float` and `void*` typeid exmaple add public keywork
|
2021-12-15 18:05:34 +08:00 |
|
zc
|
7ba2eff1e1
|
Fix typo.
|
2020-05-24 17:26:29 +08:00 |
|
Ye Wu
|
6cd559f3aa
|
添加了所用工具声明
|
2020-04-25 16:09:03 -07:00 |
|
Ye Wu
|
c8c3cdde8f
|
增加了未完成的章节的分割记号。
|
2020-04-25 16:03:04 -07:00 |
|
Ye Wu
|
4808f7ca53
|
Update TOC.
|
2020-04-25 15:59:29 -07:00 |
|
Ye Wu
|
9af69e3b34
|
Add TOC
|
2020-04-25 15:55:49 -07:00 |
|
CanftIn
|
eff5cd2eeb
|
Format indent to 4 spaces
|
2020-04-10 12:39:42 +08:00 |
|
CanftIn
|
8254a9edfd
|
Typo fix
|
2020-04-10 12:17:30 +08:00 |
|
Fang
|
da0f94a720
|
Fix some typos
|
2020-01-03 17:58:58 -05:00 |
|
mapleFU
|
b104959a1b
|
[Fix] Fixing 'is-base-of'
|
2019-11-24 01:16:48 +08:00 |
|
mapleFU
|
473d64aeaa
|
[ADD] add std:: in code samples
|
2019-11-24 01:02:59 +08:00 |
|
Andrew
|
5723b1bf1e
|
修改例子
例中的find应该返回元素的index,所以其签名应该是 `int Find(T x)` 而不是`T Find(T x)`
|
2019-10-29 10:28:24 -04:00 |
|
Zihan Chen
|
9c34df8899
|
Merge pull request #31 from lhmouse/patch-2
Elaborate the cause of emergence of `typename` before dependent names that designate types.
|
2019-09-02 19:12:07 -07:00 |
|
Zihan Chen
|
0ea72a0237
|
Merge pull request #33 from Alinshans/master
📝 Made some changes.
|
2019-09-02 19:10:22 -07:00 |
|
Zihan Chen
|
355e75bf4d
|
Merge pull request #35 from Praying/master
small fixes
|
2018-10-30 06:52:29 -07:00 |
|
YJieZhang
|
af4b3d0d7e
|
small fix for stack example
|
2018-10-29 10:50:40 +08:00 |
|
PeiKai [裴凯]
|
3e4acf6d1d
|
typo
|
2018-10-17 20:23:45 +08:00 |
|
quran
|
6aba25b2fc
|
加入 —> 假如
|
2017-08-19 17:22:08 +08:00 |
|
quran
|
7e1f81b269
|
replace int to float in comment
|
2017-08-19 17:19:43 +08:00 |
|
Alinshans
|
7c182f5c17
|
📝 Made some changes.
|
2017-08-04 01:34:15 +08:00 |
|
LH_Mouse
|
83bc7817c5
|
Elaborate the cause of emergence of typename before dependent names that designate types.
|
2017-07-21 11:59:20 +08:00 |
|
LH_Mouse
|
c146b6e212
|
Don't use reserved identifiers in examples.
|
2017-07-21 11:59:13 +08:00 |
|
wuye9036
|
4d19a6475a
|
Merge pull request #32 from vczf/master
修复文字错误
|
2017-06-14 13:58:54 -07:00 |
|
wuye9036
|
330c0b3fa6
|
Merge pull request #28 from KsGin/patch-1
Create ReadMe.md
|
2017-06-14 13:55:25 -07:00 |
|
wuye9036
|
dbc77e27d5
|
Add memo for missed content.
|
2017-06-14 13:50:29 -07:00 |
|
vczf
|
fd1c8f1c69
|
修复文字错误
|
2017-06-12 17:22:22 +08:00 |
|
FanYang
|
35af19af96
|
Create ReadMe.md
修改一处笔误
|
2017-06-08 12:29:50 +08:00 |
|
YIN LIU
|
1cef4fcca2
|
Fixed the format.
|
2017-03-21 22:17:06 +08:00 |
|
YIN LIU
|
b0ae2e73e2
|
Fixed the format to meet the Github markdown format requirements.
|
2017-03-21 17:33:45 +08:00 |
|
Ye WU
|
ee0702cfef
|
Added some new topics.
|
2016-10-27 02:48:58 -07:00 |
|
freezestudio
|
afb078742e
|
Update ReadMe.md
重新修正http链接错误
|
2016-06-23 18:41:31 +08:00 |
|
wuye9036
|
c3c4897329
|
修正了enable_if中Universal Reference的例子中的bug。
|
2016-06-21 16:56:43 -07:00 |
|
wuye9036
|
ea1e6ef767
|
调整了章节安排
|
2016-06-14 12:27:57 -07:00 |
|
wuye9036
|
c4f8640f63
|
Fixed #19
|
2016-06-14 12:22:43 -07:00 |
|
wuye9036
|
45c001f8a3
|
Fixed #14.
|
2016-06-14 12:19:26 -07:00 |
|
wuye9036
|
250c73b42a
|
Update ReadMe.md
Added section 'SFINAE'
|
2016-06-09 20:40:28 -07:00 |
|
wuye9036
|
02687cfcf3
|
修正了3.1.1中部分行文问题。
|
2016-01-04 15:23:32 -08:00 |
|
wuye9036
|
c0dc52e456
|
更新部分代码示例。
|
2016-01-04 01:08:55 -08:00 |
|
wuye9036
|
4b46fcd18b
|
更新了部分代码。
|
2016-01-04 01:05:27 -08:00 |
|
wuye9036
|
4aa1ae1cd7
|
更新了3.1.1种对模板偏特化选择的描述和例子。
|
2016-01-04 00:43:23 -08:00 |
|
wuye9036
|
9302f34d9d
|
更新了3.1.3
|
2016-01-03 15:02:05 -08:00 |
|
wuye9036
|
ee89134cc6
|
Update ReadMe.md
|
2016-01-03 00:25:05 -08:00 |
|
wuye9036
|
76c4f3f588
|
更新了链接。
|
2016-01-03 00:24:21 -08:00 |
|