Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317969
Collapse All | Expand All

(-)a/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp (-1 / +1 lines)
Lines 83-89 template< typename F, int N > Link Here
83
struct template_arity_impl
81
struct template_arity_impl
84
{
82
{
85
    BOOST_STATIC_CONSTANT(int, value =
83
    BOOST_STATIC_CONSTANT(int, value =
86
          sizeof(arity_helper(type_wrapper<F>(), arity_tag<N>())) - 1
84
          sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(), arity_tag<N>())) - 1
87
        );
85
        );
88
};
86
};
89
87
(-)a/boost/mpl/aux_/template_arity.hpp (-1 / +1 lines)
Lines 98-104 template< typename F, BOOST_MPL_AUX_NTTP_DECL(int, N) > Link Here
98
struct template_arity_impl
98
struct template_arity_impl
99
{
99
{
100
    BOOST_STATIC_CONSTANT(int, value = 
100
    BOOST_STATIC_CONSTANT(int, value = 
101
          sizeof(arity_helper(type_wrapper<F>(),arity_tag<N>())) - 1
101
          sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(),arity_tag<N>())) - 1
102
        );
102
        );
103
};
103
};
104
104

Return to bug 317969