We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a0199 commit 63ac28dCopy full SHA for 63ac28d
include/boost/smart_ptr/shared_ptr.hpp
@@ -191,21 +191,6 @@ inline void sp_enable_shared_from_this( ... )
191
192
#endif // _MANAGED
193
194
-#if !defined( BOOST_NO_SFINAE ) && !defined( BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION ) && !defined( BOOST_NO_AUTO_PTR )
195
-
196
-// rvalue auto_ptr support based on a technique by Dave Abrahams
197
198
-template< class T, class R > struct sp_enable_if_auto_ptr
199
-{
200
-};
201
202
-template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
203
204
- typedef R type;
205
206
207
-#endif
208
209
// sp_assert_convertible
210
211
template< class Y, class T > inline void sp_assert_convertible() BOOST_SP_NOEXCEPT
0 commit comments