Fixed TBB exception handling, for real this time I think.
parent
b5222d0d97
commit
52b91ac371
|
|
@ -200,7 +200,7 @@ namespace gtsam {
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void throw_self() {
|
virtual void throw_self() {
|
||||||
throw *this; }
|
throw *static_cast<DERIVED*>(this); }
|
||||||
|
|
||||||
virtual const char* name() const throw() {
|
virtual const char* name() const throw() {
|
||||||
return typeid(DERIVED).name(); }
|
return typeid(DERIVED).name(); }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue