Skip to content

Remove boost::shared_ptr from rendering library

The remove boost::shared_ptr and the rendering library branches where developed simultaneously, and thus some of the rendering library implementation was using boost::shared_ptr like the old code. Bring up to date with the rest of VTK-m by using std::shared_ptr instead.

Merge request reports