]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/mpl/include/boost/mpl/aux_/preprocessed/msvc70/apply_fwd.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / mpl / include / boost / mpl / aux_ / preprocessed / msvc70 / apply_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/apply_fwd.hpp" header
10// -- DO NOT modify by hand!
11
12namespace boost { namespace mpl {
13
14template<
15 typename F
16 >
17struct apply0;
18
19template<
20 typename F, typename T1
21 >
22struct apply1;
23
24template<
25 typename F, typename T1, typename T2
26 >
27struct apply2;
28
29template<
30 typename F, typename T1, typename T2, typename T3
31 >
32struct apply3;
33
34template<
35 typename F, typename T1, typename T2, typename T3, typename T4
36 >
37struct apply4;
38
39template<
40 typename F, typename T1, typename T2, typename T3, typename T4
41 , typename T5
42 >
43struct apply5;
44
45}}
46