Skip to content

Commit 92e6362

Browse files
committed
docs: update references link
1 parent f285147 commit 92e6362

File tree

1 file changed

+3
-3
lines changed
  • misc/shared_ptr-performance-benchmark

1 file changed

+3
-3
lines changed

misc/shared_ptr-performance-benchmark/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ $
9090
- https://zh.cppreference.com/w/cpp/memory/shared_ptr/make_shared
9191
- [Difference between `const shared_ptr<T>` and `shared_ptr<const T>`?
9292
](https://stackoverflow.com/questions/17793333/difference-between-const-shared-ptrt-and-shared-ptrconst-t)
93-
- [Passing const shared_ptr<T>& versus just shared_ptr<T> as parameter](https://stackoverflow.com/questions/37610494/passing-const-shared-ptrt-versus-just-shared-ptrt-as-parameter)
93+
- [Passing `const shared_ptr<T>&` versus just `shared_ptr<T>` as parameter](https://stackoverflow.com/questions/37610494/passing-const-shared-ptrt-versus-just-shared-ptrt-as-parameter)
9494
- [GotW #91 Solution: Smart Pointer Parameters](https://herbsutter.com/2013/06/05/gotw-91-solution-smart-pointer-parameters/)
95-
- [Wow: shared_ptr is very slow, is there an alternative?](https://www.reddit.com/r/cpp/comments/r5phm/wow_shared_ptr_is_very_slow_is_there_an/)
95+
- [Wow: `shared_ptr` is very slow, is there an alternative?](https://www.reddit.com/r/cpp/comments/r5phm/wow_shared_ptr_is_very_slow_is_there_an/)
9696
- [shared_ptr: horrible speed](https://stackoverflow.com/questions/3628081/shared-ptr-horrible-speed)
9797
- [Const reference as class member](https://stackoverflow.com/questions/15513734/const-reference-as-class-member)
98-
98+
- [`shared_ptr<T>` to `const shared_ptr<const T>&`](https://stackoverflow.com/questions/43027186/shared-ptrt-to-const-shared-ptrconst-t/43027287#43027287)
9999

0 commit comments

Comments
 (0)