Y
Hacker News
new
|
ask
|
show
|
jobs
by
steveklabnik
3534 days ago
http://www.steveklabnik.com/uniq_ptr_problem/
1 comments
ar15saveslives
3533 days ago
I can simplify your example:
unique_ptr<int> p; auto n = *p; // C++ kills!
link