1 #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_PT_HPP_INCLUDED
2 #define BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_PT_HPP_INCLUDED
6 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
41 mutable pthread_mutex_t
m_;
49 #if defined(__hpux) && defined(_DECTHREADS_)
50 BOOST_VERIFY( pthread_mutex_init( &
m_, pthread_mutexattr_default ) == 0 );
97 if( new_use_count == 0 )
117 if( new_weak_count == 0 )
137 #endif // #ifndef BOOST_SMART_PTR_DETAIL_SP_COUNTED_BASE_PT_HPP_INCLUDED