]> git.lyx.org Git - lyx.git/blob - boost/boost/bind/arg.hpp
update boost
[lyx.git] / boost / boost / bind / arg.hpp
1 #ifndef BOOST_BIND_ARG_HPP_INCLUDED
2 #define BOOST_BIND_ARG_HPP_INCLUDED
3
4 #if _MSC_VER >= 1020
5 #pragma once
6 #endif
7
8 //
9 //  bind/arg.hpp
10 //
11 //  Copyright (c) 2002 Peter Dimov and Multi Media Ltd.
12 //
13 //  Permission to copy, use, modify, sell and distribute this software
14 //  is granted provided this copyright notice appears in all copies.
15 //  This software is provided "as is" without express or implied
16 //  warranty, and with no claim as to its suitability for any purpose.
17 //
18 //  See http://www.boost.org/libs/bind/bind.html for documentation.
19 //
20
21 namespace boost
22 {
23
24 template<int I> class arg
25 {
26 };
27
28 } // namespace boost
29
30 #endif // #ifndef BOOST_BIND_ARG_HPP_INCLUDED