2 // Copyright Aleksey Gurtovoy 2000-2004
\r
4 // Distributed under the Boost Software License, Version 1.0.
\r
5 // (See accompanying file LICENSE_1_0.txt or copy at
\r
6 // http://www.boost.org/LICENSE_1_0.txt)
\r
9 // Preprocessed version of "boost/mpl/apply.hpp" header
\r
10 // -- DO NOT modify by hand!
\r
12 namespace boost { namespace mpl {
\r
20 typename lambda<F>::type
\r
24 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
31 /// workaround for ETI bug
\r
39 typename F, typename T1
\r
44 typename lambda<F>::type
\r
48 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
55 /// workaround for ETI bug
\r
57 struct apply1< int,int >
\r
63 typename F, typename T1, typename T2
\r
68 typename lambda<F>::type
\r
72 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
79 /// workaround for ETI bug
\r
81 struct apply2< int,int,int >
\r
87 typename F, typename T1, typename T2, typename T3
\r
92 typename lambda<F>::type
\r
96 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
103 /// workaround for ETI bug
\r
105 struct apply3< int,int,int,int >
\r
111 typename F, typename T1, typename T2, typename T3, typename T4
\r
116 typename lambda<F>::type
\r
120 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
123 , (F, T1, T2, T3, T4)
\r
127 /// workaround for ETI bug
\r
129 struct apply4< int,int,int,int,int >
\r
135 typename F, typename T1, typename T2, typename T3, typename T4
\r
141 typename lambda<F>::type
\r
142 , T1, T2, T3, T4, T5
\r
145 BOOST_MPL_AUX_LAMBDA_SUPPORT(
\r
148 , (F, T1, T2, T3, T4, T5)
\r
152 /// workaround for ETI bug
\r
154 struct apply5< int,int,int,int,int,int >
\r