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