123456789101112131415161718192021 |
- #ifndef BOOST_DETAIL_ATOMIC_COUNT_HPP_INCLUDED
- #define BOOST_DETAIL_ATOMIC_COUNT_HPP_INCLUDED
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- # pragma once
- #endif
- #include <boost/smart_ptr/detail/atomic_count.hpp>
- #endif
|