Skip to content

Commit

Permalink
No longer set CXX_STD to C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 29, 2023
1 parent 6246503 commit e852651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
2023-11-28 Dirk Eddelbuettel <[email protected]>
2023-11-29 Dirk Eddelbuettel <[email protected]>

* src/RcppExports.cpp: Regenerated under updated Rcpp to address
format string issue reported by R-devel
* R/RcppExports.R: Idem

* src/Makevars: No longer set CXX_STD to C++14

* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4

2022-11-18 Dirk Eddelbuettel <[email protected]>
Expand Down
5 changes: 3 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

## This is a C++14 package
CXX_STD = CXX14
## This is a C++14 package -- but R 4.2.0 defaults to C++14 so only uncomment this if needed
## on an R version older that 4.2.0 in which case the explicit setting will help
#CXX_STD = CXX14

## We need the headers in inst/include
## This one helps with Boost noise but is not allowed by CRAN as 'not portable': -Wno-parentheses
Expand Down

0 comments on commit e852651

Please sign in to comment.