|
||||
File indexing completed on 2025-01-30 09:35:27
0001 #ifndef BOOST_DETAIL_LIGHTWEIGHT_MUTEX_HPP_INCLUDED 0002 #define BOOST_DETAIL_LIGHTWEIGHT_MUTEX_HPP_INCLUDED 0003 0004 // MS compatible compilers support #pragma once 0005 0006 #if defined(_MSC_VER) && (_MSC_VER >= 1020) 0007 # pragma once 0008 #endif 0009 0010 // 0011 // boost/detail/lightweight_mutex.hpp - lightweight mutex 0012 // 0013 // Copyright (c) 2002, 2003 Peter Dimov and Multi Media Ltd. 0014 // 0015 // Distributed under the Boost Software License, Version 1.0. 0016 // See accompanying file LICENSE_1_0.txt or copy at 0017 // http://www.boost.org/LICENSE_1_0.txt 0018 // 0019 0020 #include <boost/smart_ptr/detail/lightweight_mutex.hpp> 0021 0022 #endif // #ifndef BOOST_DETAIL_LIGHTWEIGHT_MUTEX_HPP_INCLUDED
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |