Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229877 Details for
Bug 317969
dev-libs/boost-1.42.0 MPL broken w/ GCC 4.5 (was: media-sound/mumble fails to build)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
boost-1.42.0-template_arity-gcc45.patch
boost-1.42.0-template_arity-gcc45.patch (text/plain), 1.05 KB, created by
Ryan Hill (RETIRED)
on 2010-05-01 06:26:18 UTC
(
hide
)
Description:
boost-1.42.0-template_arity-gcc45.patch
Filename:
MIME Type:
Creator:
Ryan Hill (RETIRED)
Created:
2010-05-01 06:26:18 UTC
Size:
1.05 KB
patch
obsolete
>diff --git a/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp b/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp >index 3e7bfba..daec4b8 100644 >--- a/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp >+++ b/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp >@@ -83,7 +81,7 @@ template< typename F, int N > > struct template_arity_impl > { > BOOST_STATIC_CONSTANT(int, value = >- sizeof(arity_helper(type_wrapper<F>(), arity_tag<N>())) - 1 >+ sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(), arity_tag<N>())) - 1 > ); > }; > >diff --git a/boost/mpl/aux_/template_arity.hpp b/boost/mpl/aux_/template_arity.hpp >index 47e4eeb..e0cc59d 100644 >--- a/boost/mpl/aux_/template_arity.hpp >+++ b/boost/mpl/aux_/template_arity.hpp >@@ -98,7 +98,7 @@ template< typename F, BOOST_MPL_AUX_NTTP_DECL(int, N) > > struct template_arity_impl > { > BOOST_STATIC_CONSTANT(int, value = >- sizeof(arity_helper(type_wrapper<F>(),arity_tag<N>())) - 1 >+ sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(),arity_tag<N>())) - 1 > ); > }; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 317969
:
229869
| 229877