Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
9.0.0
Description
Advantage: readabilty, exception safety and efficiency(only for shared_ptr).
Cases that don't apply: When calling a private/protected constructor within class member function, make_shared/unique can't work.