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_wrap.hpp" header
\r
10 // -- DO NOT modify by hand!
\r
12 namespace boost { namespace mpl {
\r
17 , typename has_apply_ = typename aux::has_apply<F>::type
\r
23 typedef typename F::template apply<
\r
29 /// workaround for ETI bug
\r
31 struct apply_wrap0<int>
\r
37 typename F, typename T1
\r
43 typedef typename F::template apply<
\r
49 /// workaround for ETI bug
\r
51 struct apply_wrap1< int,int >
\r
57 typename F, typename T1, typename T2
\r
63 typedef typename F::template apply<
\r
69 /// workaround for ETI bug
\r
71 struct apply_wrap2< int,int,int >
\r
77 typename F, typename T1, typename T2, typename T3
\r
83 typedef typename F::template apply<
\r
89 /// workaround for ETI bug
\r
91 struct apply_wrap3< int,int,int,int >
\r
97 typename F, typename T1, typename T2, typename T3, typename T4
\r
103 typedef typename F::template apply<
\r
109 /// workaround for ETI bug
\r
111 struct apply_wrap4< int,int,int,int,int >
\r
117 typename F, typename T1, typename T2, typename T3, typename T4
\r
124 typedef typename F::template apply<
\r
130 /// workaround for ETI bug
\r
132 struct apply_wrap5< int,int,int,int,int,int >
\r