We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b670719 + d9544db commit da4dad3Copy full SHA for da4dad3
1 file changed
README.md
@@ -11,6 +11,7 @@ The goal is to provide full featured interoperability between any iterator based
11
### Example
12
13
```c++
14
+// [[Rcpp::plugins(cpp11)]]
15
// [[Rcpp::depends(RcppHoney)]]
16
17
#include <RcppHoneyForward.hpp> // we have to do this because we're going to hook in a non-default structure
0 commit comments