File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed
include/boost/smart_ptr/detail Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments