Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 558320 Details for
Bug 668454
media-libs/ctl-1.5.2-r1 : /.../CtlSimdInst.cpp:192:31: error: no match for operator<< (operand types are std::basic_ostream<char> and Iex_2_3::BaseExc )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to build against current openexr-2.3.0
openexr-2.3.0.patch (text/plain), 455 bytes, created by
Bernd Feige
on 2018-12-21 17:26:43 UTC
(
hide
)
Description:
Patch to build against current openexr-2.3.0
Filename:
MIME Type:
Creator:
Bernd Feige
Created:
2018-12-21 17:26:43 UTC
Size:
455 bytes
patch
obsolete
>Index: CTL-ctl-1.5.2/lib/IlmCtlSimd/CtlSimdInst.cpp >=================================================================== >--- CTL-ctl-1.5.2.orig/lib/IlmCtlSimd/CtlSimdInst.cpp >+++ CTL-ctl-1.5.2/lib/IlmCtlSimd/CtlSimdInst.cpp >@@ -189,7 +189,7 @@ SimdInst::executePath (SimdBoolMask &mas > REPLACE_EXC > (e, "\n" << > xcontext.fileName() << ":" << >- inst->lineNumber() << ": " << e); >+ inst->lineNumber() << ": " << e.what()); > > throw e; > }
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 668454
:
550884
|
550886
|
550888
|
550890
|
550892
|
550894
|
550896
| 558320