We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8377fb commit f326ebaCopy full SHA for f326eba
vignettes/pdf/Rcpp-FAQ.pdf
41 Bytes
vignettes/rmd/Rcpp-FAQ.Rmd
@@ -1774,3 +1774,4 @@ to overeager includes was reported. Including `Rinternals.h` along with the
1774
redefines `TRUE` leading to bad interactions with the `Rboolean` enum type. A
1775
very simple solution is to be more careful and conservative with `#include`
1776
files and a) have `#include <mach/boolean.h>` appear first and b) skip
1777
+the `#include <Rinternals.h>` as it is included by `Rcpp.h` anyway.
0 commit comments