diff --git a/include/boost/shared_ptr.hpp b/include/boost/shared_ptr.hpp index c570791..1c0ad80 100644 --- a/include/boost/shared_ptr.hpp +++ b/include/boost/shared_ptr.hpp @@ -261,7 +261,7 @@ public: // constructor that doesn't trigger enable_shared_from_this code, needed // for enable_shared_from_this internal implementation - template shared_ptr(Y * p, D d, detail::ignore_enable_shared_from_this_tag tag): + template shared_ptr(Y * p, D d, detail::ignore_enable_shared_from_this_tag): px(p), pn(p, d) {}