- 29 6月, 2017 3 次提交
- 28 6月, 2017 9 次提交
- 27 6月, 2017 4 次提交
- 26 6月, 2017 8 次提交
- 25 6月, 2017 1 次提交
-
-
由 qiaolongfei 提交于
-
- 24 6月, 2017 6 次提交
- 23 6月, 2017 6 次提交
- 22 6月, 2017 1 次提交
-
-
由 Yi Wang 提交于
-
- 21 6月, 2017 2 次提交
__must_check is a macro mark of function return value. It let developer must check the return value is legal or not.
Please use `override` not `virtual` in sub-classes. `override` can check if there is a method in `parent` while compiling.