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