You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in #400 we have still Rcpp::cerr << message; throw std::logic_errror(...) in the code. A while back Rcpp improved its exception handling and stack unwinding which, in the context of R and its managed memory, is preferable.
We should probably convert these, and I am opening this issue to remind (and assign) myself.
The text was updated successfully, but these errors were encountered:
As seen in #400 we have still
Rcpp::cerr << message; throw std::logic_errror(...)
in the code. A while backRcpp
improved its exception handling and stack unwinding which, in the context of R and its managed memory, is preferable.We should probably convert these, and I am opening this issue to remind (and assign) myself.
The text was updated successfully, but these errors were encountered: