]> git.lyx.org Git - lyx.git/blob - boost/boost/bind/arg.hpp
Boost 1.31.0
[lyx.git] / boost / boost / bind / arg.hpp
1 #ifndef BOOST_BIND_ARG_HPP_INCLUDED
2 #define BOOST_BIND_ARG_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 //  bind/arg.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 //  See http://www.boost.org/libs/bind/bind.html for documentation.
21 //
22
23 namespace boost
24 {
25
26 template<int I> class arg
27 {
28 };
29
30 } // namespace boost
31
32 #endif // #ifndef BOOST_BIND_ARG_HPP_INCLUDED