Closed josherrickson closed 1 year ago
It looks like this is an issue inside LEMON, not our code. https://stackoverflow.com/questions/43268146/why-is-stditerator-deprecated
I'm open to ideas of how to address this (both this specific case and other issues with LEMON going forward). Development of LEMON has stalled; the last commit was in 2020. So this likely won't be the last time we hit an issue like this.
We've now got a deadline from CRAN:
Please correct before 2023-02-26 to safely retain your package on CRAN.
The new warnings come from adopting C++17 as the default C++17 dialect which deprecated std::iterator
I've found these couple of references, if they help: https://stackoverflow.com/questions/37031805/preparation-for-stditerator-being-deprecated, https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/
This issue has been addressed.
Getting a warning on CRAN checks: