Remove support for BOOST_SP_USE_PTHREADS

This commit is contained in:
Peter Dimov
2025-10-24 21:41:25 +03:00
parent b1e032396d
commit 6b003aafa9
4 changed files with 1 additions and 10 deletions

View File

@@ -57,9 +57,6 @@
#elif defined( BOOST_SP_USE_STD_ATOMIC )
# include <boost/smart_ptr/detail/atomic_count_std_atomic.hpp>
#elif defined( BOOST_SP_USE_PTHREADS )
# include <boost/smart_ptr/detail/atomic_count_pt.hpp>
#else
# include <boost/smart_ptr/detail/atomic_count_std_atomic.hpp>

View File

@@ -45,7 +45,7 @@ BOOST_PRAGMA_MESSAGE("The macro BOOST_SP_USE_SPINLOCK has been deprecated in 1.8
#if defined(BOOST_SP_USE_PTHREADS)
BOOST_PRAGMA_MESSAGE("The macro BOOST_SP_USE_PTHREADS has been deprecated in 1.87 and support for it will be removed.")
BOOST_PRAGMA_MESSAGE("The macro BOOST_SP_USE_PTHREADS has been deprecated in 1.87 and support for it was removed in 1.90.")
#endif

View File

@@ -25,9 +25,6 @@
#elif defined( BOOST_SP_USE_STD_ATOMIC )
# include <boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp>
#elif defined( BOOST_SP_USE_PTHREADS )
# include <boost/smart_ptr/detail/sp_counted_base_pt.hpp>
#else
# include <boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp>

View File

@@ -33,9 +33,6 @@
#if defined( BOOST_SP_USE_STD_ATOMIC )
# include <boost/smart_ptr/detail/spinlock_std_atomic.hpp>
#elif defined( BOOST_SP_USE_PTHREADS )
# include <boost/smart_ptr/detail/spinlock_pt.hpp>
#else
# include <boost/smart_ptr/detail/spinlock_std_atomic.hpp>