On Wed, Feb 18, 2015 at 10:53 AM, Dirk Eddelbuettel <e...@debian.org> wrote:

>
> So now that this has been taken care of, we are discussing how to provide a
> more useful feature "not unlike assert" with proper Rcpp semantics.
>
>
Something like:

#define stopifnot(a) if (!(a)) stop(#a)

?

THK

-- 
http://www.keittlab.org/
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to