Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 187347 Details for
Bug 252287
dev-libs/boost-1.35.0-r4 and 1.37-r1 won't build with GCC 4.4 (strict aliasing)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
boost-1.37.0-gcc44-dynamic_bitset.patch
boost-1.37.0-gcc44-dynamic_bitset.patch (text/plain), 749 bytes, created by
Ryan Hill (RETIRED)
on 2009-04-05 04:41:54 UTC
(
hide
)
Description:
boost-1.37.0-gcc44-dynamic_bitset.patch
Filename:
MIME Type:
Creator:
Ryan Hill (RETIRED)
Created:
2009-04-05 04:41:54 UTC
Size:
749 bytes
patch
obsolete
>https://bugzilla.redhat.com/491537 >https://svn.boost.org/trac/boost/ticket/2842 > >--- boost_1_37_0-orig/boost/dynamic_bitset/dynamic_bitset.hpp >+++ boost_1_37_0/boost/dynamic_bitset/dynamic_bitset.hpp >@@ -1017,8 +1017,11 @@ dynamic_bitset<Block, Allocator>::count( > ? access_by_bytes > : access_by_blocks; > >+ if (mode) >+ return do_count(m_bits.begin(), num_blocks(), Block(0), >+ static_cast<value_to_type<true> *>(0)); > return do_count(m_bits.begin(), num_blocks(), Block(0), >- static_cast<value_to_type<mode> *>(0)); >+ static_cast<value_to_type<false> *>(0)); > } > >
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 252287
:
176230
|
176231
|
183631
| 187347 |
191919