]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/mpl/include/boost/mpl/aux_/preprocessed/dmc/bind_fwd.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / mpl / include / boost / mpl / aux_ / preprocessed / dmc / bind_fwd.hpp
CommitLineData
7c673cae
FG
1
2// Copyright Aleksey Gurtovoy 2000-2004
3//
4// Distributed under the Boost Software License, Version 1.0.
5// (See accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt)
7//
8
9// Preprocessed version of "boost/mpl/bind_fwd.hpp" header
10// -- DO NOT modify by hand!
11
12namespace boost { namespace mpl {
13
14template<
15 typename F, typename T1 = na, typename T2 = na, typename T3 = na
16 , typename T4 = na, typename T5 = na, int dummy_ = 0
17 >
18struct bind;
19
20template<
21 typename F, int dummy_ = 0
22 >
23struct bind0;
24
25template<
26 typename F, typename T1, int dummy_ = 0
27 >
28struct bind1;
29
30template<
31 typename F, typename T1, typename T2, int dummy_ = 0
32 >
33struct bind2;
34
35template<
36 typename F, typename T1, typename T2, typename T3, int dummy_ = 0
37 >
38struct bind3;
39
40template<
41 typename F, typename T1, typename T2, typename T3, typename T4
42 , int dummy_ = 0
43 >
44struct bind4;
45
46template<
47 typename F, typename T1, typename T2, typename T3, typename T4
48 , typename T5, int dummy_ = 0
49 >
50struct bind5;
51
52}}
53