Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33004 Details for
Bug 53479
celestia doesnt compile with gcc 3.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
resmanager.h.patch
resmanager.h.patch (text/plain), 893 bytes, created by
Bret Towe
on 2004-06-09 19:14:38 UTC
(
hide
)
Description:
resmanager.h.patch
Filename:
MIME Type:
Creator:
Bret Towe
Created:
2004-06-09 19:14:38 UTC
Size:
893 bytes
patch
obsolete
>--- resmanager.h.old 2004-06-09 18:53:52.357752656 -0500 >+++ celestia-1.3.1/src/celutil/resmanager.h 2004-06-09 18:52:12.144987312 -0500 >@@ -72,7 +72,7 @@ > { > ResourceHandle h = handles.size(); > resources.insert(resources.end(), info); >- handles.insert(ResourceHandleMap::value_type(info, h)); >+ handles.insert(typename ResourceHandleMap::value_type(info, h)); > return h; > } > } >@@ -105,7 +105,7 @@ > else > { > resources[h].state = ResourceLoaded; >- loadedResources.insert(NameMap::value_type(resources[h].resolvedName, resources[h].resource)); >+ loadedResources.insert(typename NameMap::value_type(resources[h].resolvedName, resources[h].resource)); > } > } > }
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 53479
: 33004