11 #ifndef BOOST_LOCKFREE_TAGGED_PTR_HPP_INCLUDED 12 #define BOOST_LOCKFREE_TAGGED_PTR_HPP_INCLUDED 14 #include <boost/lockfree/detail/prefix.hpp> 16 #ifndef BOOST_LOCKFREE_PTR_COMPRESSION 17 #include <boost/lockfree/detail/tagged_ptr_dcas.hpp> 19 #include <boost/lockfree/detail/tagged_ptr_ptrcompression.hpp>