Y
Hacker News
new
|
ask
|
show
|
jobs
by
pcwalton
3565 days ago
C++ is not memory safe. unique ptr provides no protection against dangling references. Besides, you cannot use unique ptr to make backreferences, which is what this article is complaining about.