12 namespace boost {
namespace mpl {
24 , aux::cast2nd_impl< modulus_impl< Tag1,Tag1 >,Tag1, Tag2 >
25 , aux::cast1st_impl< modulus_impl< Tag2,Tag2 >,Tag1, Tag2 >
31 template<>
struct modulus_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
68 : aux::msvc_eti_base< typename apply_wrap2<
70 typename modulus_tag<N1>::type
71 , typename modulus_tag<N2>::type
86 namespace boost {
namespace mpl {
89 template<
typename T, T n1, T n2 >
101 template<
typename N1,
typename N2 >
struct apply
103 typename aux::largest_int<
104 typename N1::value_type
105 , typename N2::value_type