|
|
|
|
|
by oscargrouch
4546 days ago
|
|
c++ smart pointers under the hood? its actually cool.. to bake some of this directly in the language.. can prevent some memory copying by playing with raw pointers indirections under the hood in the lang runtime, etc.. But you already has to think like this when you use smart pointers in C++.. "who owns this reference?" etc.. But in C++ this is a library.. not a syntax.. point to rust for this |
|