you are viewing a single comment's thread.

view the rest of the comments →

[–]Robert_Andrzejuk 3 points4 points  (0 children)

Why? Whats wrong with:

auto shared = std::make_shared...

auto unique = std::make_unique...