Why do I get exit code 139? I have an implementation of Smart pointer:
template class SmartPtr { T* m_ptr; public: explicit SmartPtr(T*