Closed
Description
I see how Rcpp::stop()
works here
Would it be possible to add bool include_call = true
to the end of each template implementation and pass that on to Rcpp::exception()
? Would that be a non-invasive change?
I see I could set RCPP_DEFAULT_INCLUDE_CALL
but I don't think I love that idea.
Rcpp/inst/include/Rcpp/exceptions.h
Line 37 in 2f72ff8
I could also make my own stop()
on top of Rcpp::exception()
but I'd hate to have to copy/paste all that boilerplate from Rcpp::stop()
, and appreciate that it already formats string input for me.
Metadata
Metadata
Assignees
Labels
No labels