ilmbase-2.3.0-compatibility.patch 335 B

123456789101112
  1. --- a/lib/IlmCtlSimd/CtlSimdInst.cpp.orig 2014-06-03 01:11:24 UTC
  2. +++ b/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. throw e;
  10. }