Skip to content

Commit 456161d

Browse files
committed
Remove support for BOOST_AC_USE_PTHREADS
1 parent 51e1a51 commit 456161d

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

include/boost/smart_ptr/detail/atomic_count.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@
5151
#elif defined( BOOST_AC_USE_STD_ATOMIC )
5252
# include <boost/smart_ptr/detail/atomic_count_std_atomic.hpp>
5353

54-
#elif defined( BOOST_AC_USE_PTHREADS )
55-
# include <boost/smart_ptr/detail/atomic_count_pt.hpp>
56-
5754
#elif defined( BOOST_SP_DISABLE_THREADS )
5855
# include <boost/smart_ptr/detail/atomic_count_nt.hpp>
5956

include/boost/smart_ptr/detail/deprecated_macros.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BOOST_PRAGMA_MESSAGE("The macro BOOST_AC_USE_SPINLOCK has been deprecated in 1.8
3333

3434
#if defined(BOOST_AC_USE_PTHREADS)
3535

36-
BOOST_PRAGMA_MESSAGE("The macro BOOST_AC_USE_PTHREADS has been deprecated in 1.87 and support for it will be removed.")
36+
BOOST_PRAGMA_MESSAGE("The macro BOOST_AC_USE_PTHREADS has been deprecated in 1.87 and support for it was removed in 1.90.")
3737

3838
#endif
3939

0 commit comments

Comments
 (0)