Skip to content

Commit 86714ad

Browse files
committed
增加文章引用.
1 parent 883eec8 commit 86714ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/zh/post/2024/Rust模拟C++的函数重载.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title = "Rust模拟C++的函数重载"
33
date = 2024-08-30T22:23:00-07:00
4-
lastmod = 2024-08-30T22:55:01-07:00
4+
lastmod = 2024-08-30T22:57:12-07:00
55
tags = ["rust", "c++"]
66
categories = ["rust", "c++"]
77
draft = false
@@ -63,3 +63,8 @@ void func1(Type2 bar);
6363
6464
毕竟 Rust 设计初衷之一就是支持强类型,就函数重载而言,终归聊胜于无啦。 <br/>
6565
66+
67+
## <span class="section-num">4</span> 参考 {#参考}
68+
69+
- [Programming Rust, 2nd Edition](https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/) <br/>
70+

0 commit comments

Comments
 (0)