Skip to content

Commit

Permalink
Switch test code to C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Apr 7, 2024
1 parent 21690ac commit e7f319b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/cpp/external-generator.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// [[Rcpp::plugins(cpp11)]]
// [[Rcpp::plugins(cpp14)]]
#include <Rcpp.h>
// [[Rcpp::depends(dqrng,BH)]]
#include <dqrng.h>
Expand Down

0 comments on commit e7f319b

Please sign in to comment.