Skip to content

SharedPtr now also detects support of make_shared.

make_shared is required to built smtk, and some versions of gcc offer support for shared_ptr but not make_shared.

Secondly when using boost you need to include <boost/make_shared.hpp> to get that function.

Merge request reports