13 Oct
2016
13 Oct
'16
9:42 a.m.
Hi,
I gather then that your library is for programmers using C+11 on up.
Well, prior to C++11 there is not such a question due to a lack of std::shared_ptr, so yes, solution 1) assumes C++11. For a new library I would take the route that is easiest to maintain in the years to come.