| 384 | } |
| 385 | |
| 386 | inline SEXP exception_to_try_error( const std::exception& ex){ |
| 387 | return string_to_try_error(ex.what()); |
| 388 | } |
| 389 | |
| 390 | std::string demangle( const std::string& name) ; |
| 391 | #ifndef RCPP_NO_RTTI |
nothing calls this directly
no test coverage detected