Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/graphics/ampasCTL/files/patch-lib_IlmCtlSimd_CtlSimdInst.cpp
16124 views
1
--- lib/IlmCtlSimd/CtlSimdInst.cpp.orig 2014-06-03 01:11:24 UTC
2
+++ lib/IlmCtlSimd/CtlSimdInst.cpp
3
@@ -189,7 +189,7 @@ SimdInst::executePath (SimdBoolMask &mas
4
REPLACE_EXC
5
(e, "\n" <<
6
xcontext.fileName() << ":" <<
7
- inst->lineNumber() << ": " << e);
8
+ inst->lineNumber() << ": " << e.what());
9
10
throw e;
11
}
12
13