Closed soonhokong closed 9 years ago
It's because IntervalError::what() returns c_str of its local ostringstream str: https://github.com/dreal-deps/capdDynSys-4.0/blob/master/capdAlg/include/capd/intervals/IntervalError.h#L51-L57
IntervalError::what()
c_str
str
I'll send a patch to the upstream.
Closed by https://github.com/dreal-deps/capdDynSys-4.0/commit/d28b9e2693ff30ee9a338d467ef902c7482e5a3e
It's because
IntervalError::what()
returnsc_str
of its local ostringstreamstr
: https://github.com/dreal-deps/capdDynSys-4.0/blob/master/capdAlg/include/capd/intervals/IntervalError.h#L51-L57I'll send a patch to the upstream.