Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 164 Bytes

exercise_13_29.md

File metadata and controls

5 lines (3 loc) · 164 Bytes

练习13.29:解释swap(HasPtr&, HasPtr&)中对swap的调用不会导致递归循环。


因为函数内调用的swap版本不是主调函数的swap版本。