stan-dev / rstan

RStan, the R interface to Stan
https://mc-stan.org
1.02k stars 264 forks source link

Update expose_stan_functions flags for c++17 #1097

Closed andrjohns closed 9 months ago

andrjohns commented 9 months ago

Summary:

expose_stan_functions fails under c++17 as the Rcpp plugin is missing the updated Boost flags. This is causing rstanarm test failures on CRAN: https://github.com/stan-dev/rstanarm/issues/601

Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company): Andrew Johnson

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:

bgoodri commented 9 months ago

This is needed, but I'm going to bump all of the C++14 stuff in rstan to C++17.