Cpp-Primer-5th-Exercises
Cpp-Primer-5th-Exercises copied to clipboard
ch12.11 may be wrong
p.get() return int* , but can't implicit conversion a int* to a smart pointer.