-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to C++14 under Boost 1.75.0 #49
Comments
Thanks for checking it will still work @eddelbuettel, I'll get onto this very soon. |
"Should be" easy. Famous last words. Initial error messages were C++-standard-level scary, but I noticed a hint on C++03 / C++11 / C++14 and just by switching it behaved again. Not my call to force a switch but hey, apparently that's the current price of playing with Boost geometry. |
BTW @Jean-Romain tested for his two packages that are similarly affected and the usual test benches at RHub / win-builder had no issues with his pair being switched. |
updated, tested and submitted - waiting on CRAN's response. |
on CRAN |
Thanks so much, this will help upgrading BH, likely in early January. |
As mentioned in issue 76 at the BH repo, its new version requires a switch of
googlePolylines
to C++14 and will no longer compile with C++11. I have checked that this works, and can confirm that C++14 is allowed at CRAN. I have not checked if the switch to C++14 causes and issue under the current BH package (using Boost 1.72.0).It would be great if you could consider upgrading to C++14 and upload an updated package, likely only once CRAN reopens in January, A simple patch is included below.
Or, per your open issue #44, maybe you prefer to no longer use BH which is fine too. Either way, I would love to upgrade
BH
without breaking any dependents.Please reach out if you have any questions, and a big Thank You! for maintaining
googlePolylines
on CRAN.The text was updated successfully, but these errors were encountered: