summaryrefslogtreecommitdiff
path: root/boost/smart_ptr/local_shared_ptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/smart_ptr/local_shared_ptr.hpp')
-rw-r--r--boost/smart_ptr/local_shared_ptr.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/smart_ptr/local_shared_ptr.hpp b/boost/smart_ptr/local_shared_ptr.hpp
index 0d1fa0182e..1bf1fdf174 100644
--- a/boost/smart_ptr/local_shared_ptr.hpp
+++ b/boost/smart_ptr/local_shared_ptr.hpp
@@ -239,9 +239,9 @@ public:
template< class Y, class D >
local_shared_ptr( boost::movelib::unique_ptr< Y, D > r ); // !
- // : px( r.get() ), pn( new boost::detail::local_counted_impl( shared_ptr<T>( std::move(r) ) ) )
+ // : px( r.get() ), pn( new boost::detail::local_counted_impl( shared_ptr<T>( std::move(r) ) ) )
//{
- // boost::detail::sp_assert_convertible< Y, T >();
+ // boost::detail::sp_assert_convertible< Y, T >();
//}
// copy constructor