Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206728 Details for
Bug 282116
kde-base/kdepim-3.5.9-r2 fail to compile with gcc 4.4.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
kdepim 3.5.9 patch
gcc441-3.5.9.patch (text/plain), 532 bytes, created by
Anon Gentoo User
on 2009-10-11 04:34:53 UTC
(
hide
)
Description:
kdepim 3.5.9 patch
Filename:
MIME Type:
Creator:
Anon Gentoo User
Created:
2009-10-11 04:34:53 UTC
Size:
532 bytes
patch
obsolete
>--- kdepim-3.5.9/indexlib/memvector.tcc 2009-10-10 18:49:17.000000000 -0700 >+++ kdepim-3.5.9/indexlib/memvector.tcc 2009-10-10 18:49:39.000000000 -0700 >@@ -31,11 +31,11 @@ > if ( size() >= n_s ) return; > > data_->resize( n_s * byte_io::byte_lenght<value_type>() + byte_io::byte_lenght<unsigned>() ); > iterator p_end = end(); > byte_io::write<unsigned>( data_->rw_base( 0 ), n_s ); >- while ( operator !=<unsigned, unsigned>(p_end, end()) ) { >+ while ( p_end != end() ) { > *p_end = value_type(); > ++p_end; > > } > }
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 282116
: 206728