]> git.lyx.org Git - lyx.git/blob - boost/boost/detail/lwm_nop.hpp
64-bit fix to boost::format.
[lyx.git] / boost / boost / detail / lwm_nop.hpp
1 #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
2 #define BOOST_DETAIL_LWM_NOP_HPP_INCLUDED
3
4 // MS compatible compilers support #pragma once
5
6 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
7 # pragma once
8 #endif
9
10 //
11 //  boost/detail/lwm_nop.hpp
12 //
13 //  Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
14 //
15 //  Permission to copy, use, modify, sell and distribute this software
16 //  is granted provided this copyright notice appears in all copies.
17 //  This software is provided "as is" without express or implied
18 //  warranty, and with no claim as to its suitability for any purpose.
19 //
20
21 namespace boost
22 {
23
24 namespace detail
25 {
26
27 class lightweight_mutex
28 {
29 public:
30
31     typedef lightweight_mutex scoped_lock;
32 };
33
34 } // namespace detail
35
36 } // namespace boost
37
38 #endif // #ifndef BOOST_DETAIL_LWM_NOP_HPP_INCLUDED