Remove obsolete CXX_STD = CXX11 to allow Armadillo 15.0.x migration#12
Conversation
|
Thank you for the email notification and the PR. I'll follow up with an upload to CRAN soon. |
|
Hi @oguzhanogreden let me know if you need a hand or an additional check or anything else. Deadine is coming up this week and you 'own' the packages with the most reverse-dependencies so reaching out again now. |
|
Hey @eddelbuettel, I indeed failed to take care of this, unfortunately... I have now blocked time for this on the upcoming Friday. |
|
I offered help (e.g. here) and while that (dedicated) time window has elapsed I can try to make myself available if it helped. CRAN holds the keys for deadlines etc but I will try to help fellow package maintainers as I can. Let me know... |
|
Submitted now. Version: 0.9.3 Thanks for organizing the migration in such a helpful way 🙏 |

Armadillo 15.0.* now makes C++14 the minimum compilation standard. For most packages, adapting to it can be very simple, and yours is one of them. In this PR we simply remove the declaration from the reference version of
MakevarsandMakevars.win-- and no other changes are needed.Please see issues #475 and below for context, and notably #489 for this first wave of PRs. It would be terrific if you could make an upload to CRAN 'soon' to remove the reliance on C++11 which we needed in the past, but which is by now a hindrance. Please do not hesitate to reach out if I can assist in any way or clarify matters.
/cc @kurthornik