12 namespace boost {
namespace mpl {
24 , aux::cast2nd_impl< plus_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< plus_impl< Tag2,Tag2 >,Tag1, Tag2 >
31 template<>
struct plus_impl< na,na >
33 template<
typename U1,
typename U2 >
struct apply
42 template<
typename U1,
typename U2 >
struct apply
51 template<
typename U1,
typename U2 >
struct apply
58 template<
typename T >
struct plus_tag
74 ,
typename N3 =
na,
typename N4 =
na,
typename N5 =
na
78 : aux::msvc_eti_base< typename if_<
94 , ( N1, N2, N3, N4, N5 )
103 : aux::msvc_eti_base< typename apply_wrap2<
105 typename plus_tag<N1>::type
106 , typename plus_tag<N2>::type
121 namespace boost {
namespace mpl {
124 template<
typename T, T n1, T n2 >
136 template<
typename N1,
typename N2 >
struct apply
138 typename aux::largest_int<
139 typename N1::value_type
140 , typename N2::value_type