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 3c880fa commit 084c95aCopy full SHA for 084c95a
vignettes/Rcpp-extending.Rmd
@@ -210,7 +210,7 @@ to \proglang{R} as an external pointer. It can be used instead of specializing
210
#include RcppCommon.h
211
#include foobar.h
212
213
-RCPP_EXPOSED_WRAP(Bar);
+RCPP_EXPOSED_WRAP(Bar)
214
```
215
216
## Templates and partial specialization
@@ -301,7 +301,7 @@ should not be used simultaneously.
301
302
303
304
-RCPP_EXPOSED_AS(Bar);
+RCPP_EXPOSED_AS(Bar)
305
306
307
With this being said, there is one additional macro that can be used to
0 commit comments