Skip to content

Remove auto-generation of SharedPtr.h

T.J. Corona requested to merge tjcorona/smtk:remove-shared-ptr-generation into master

This commit is in reference to Issue #40 (closed). Originally, the header file SharedPtr.h was generated to accommodate pre-C++11 builds. Now that we enforce the use of C++11, the optional use of boost's shared pointers is unnecessary. This commit removes the mechanisms for choosing between stl's and boost's shared_ptr, and adds a static header file that uses the stl version.

Merge request reports