Warning, file /include/boost/lockfree/detail/tagged_ptr.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009 #ifndef BOOST_LOCKFREE_TAGGED_PTR_HPP_INCLUDED
0010 #define BOOST_LOCKFREE_TAGGED_PTR_HPP_INCLUDED
0011
0012 #include <boost/config.hpp>
0013 #include <boost/lockfree/detail/prefix.hpp>
0014
0015 #ifndef BOOST_LOCKFREE_PTR_COMPRESSION
0016 # include <boost/lockfree/detail/tagged_ptr_dcas.hpp>
0017 #else
0018 # include <boost/lockfree/detail/tagged_ptr_ptrcompression.hpp>
0019 #endif
0020
0021 #endif