Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 928525 Details for
Bug 949004
dev-util/intel-graphics-compiler-1.0.17791.18 fails to build (error: a template argument list is expected after a name prefixed by the template keyword)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
registry.h patch
intel-graphics-compiler-2.10.9-fix-registry-template.patch (text/plain), 484 bytes, created by
unhappy-ending
on 2025-05-12 08:30:28 UTC
(
hide
)
Description:
registry.h patch
Filename:
MIME Type:
Creator:
unhappy-ending
Created:
2025-05-12 08:30:28 UTC
Size:
484 bytes
patch
obsolete
>--- a/IGC/AdaptorOCL/cif/cif/export/registry.h >+++ b/IGC/AdaptorOCL/cif/cif/export/registry.h >@@ -46,7 +46,7 @@ > } > > ICIF * Create(Version_t version, ICIF * parent) const override{ >- return CIF::InterfaceCreator<Interface>::template CreateInterfaceVer(version, version, parent); >+ return CIF::InterfaceCreator<Interface>::CreateInterfaceVer(version, parent); > } > > InterfaceId_t GetFirstIncompatible(CIF::CompatibilityDataHandle handle) const override{
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 949004
:
917808
| 928525