diff -Nurp boost_1_42_0.old//boost/mpl/aux_/preprocessed/gcc/template_arity.hpp boost_1_42_0/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp
|
|
|
template< typename F, int N >
|
| 83 | 83 | struct template_arity_impl |
| 84 | 84 | { |
| 85 | 85 | BOOST_STATIC_CONSTANT(int, value = |
| 86 | | sizeof(arity_helper(type_wrapper<F>(), arity_tag<N>())) - 1 |
| | 86 | sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(), arity_tag<N>())) - 1 |
| 87 | 87 | ); |
| 88 | 88 | }; |
| 89 | 89 | |
diff -Nurp boost_1_42_0.old//boost/mpl/aux_/template_arity.hpp boost_1_42_0/boost/mpl/aux_/template_arity.hpp
|
|
|
template< typename F, BOOST_MPL_AUX_NTTP
|
| 98 | 98 | struct template_arity_impl |
| 99 | 99 | { |
| 100 | 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 | |