Skip to content

Commit 50a0e2e

Browse files
committed
Clean up mentions of BOOST_SP_USE_STD_ATOMIC
1 parent 6b003aa commit 50a0e2e

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

include/boost/smart_ptr/detail/atomic_count.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
#elif defined( BOOST_SP_DISABLE_THREADS )
5555
# include <boost/smart_ptr/detail/atomic_count_nt.hpp>
5656

57-
#elif defined( BOOST_SP_USE_STD_ATOMIC )
58-
# include <boost/smart_ptr/detail/atomic_count_std_atomic.hpp>
59-
6057
#else
6158
# include <boost/smart_ptr/detail/atomic_count_std_atomic.hpp>
6259

include/boost/smart_ptr/detail/sp_counted_base.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
#if defined( BOOST_SP_DISABLE_THREADS )
2323
# include <boost/smart_ptr/detail/sp_counted_base_nt.hpp>
2424

25-
#elif defined( BOOST_SP_USE_STD_ATOMIC )
26-
# include <boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp>
27-
2825
#else
2926
# include <boost/smart_ptr/detail/sp_counted_base_std_atomic.hpp>
3027

include/boost/smart_ptr/detail/spinlock.hpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@
2929
//
3030

3131
#include <boost/smart_ptr/detail/deprecated_macros.hpp>
32-
33-
#if defined( BOOST_SP_USE_STD_ATOMIC )
34-
# include <boost/smart_ptr/detail/spinlock_std_atomic.hpp>
35-
36-
#else
37-
# include <boost/smart_ptr/detail/spinlock_std_atomic.hpp>
38-
39-
#endif
32+
#include <boost/smart_ptr/detail/spinlock_std_atomic.hpp>
4033

4134
#endif // #ifndef BOOST_SMART_PTR_DETAIL_SPINLOCK_HPP_INCLUDED

0 commit comments

Comments
 (0)