|
|
|
|
|
by gpderetta
1614 days ago
|
|
Shared_ptr and unique_ptr are not replacement for raw C pointers. And the reason they are not blessed with language syntax is because user can and often do implement their own, so those two library types are not particularly special. |
|