Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 320039 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- a/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp
0
++ b/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp
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
90
-- a/boost/mpl/aux_/template_arity.hpp
88
++ b/boost/mpl/aux_/template_arity.hpp
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 320039