Closed rongou closed 1 year ago
XGBoost recently moved to C++17 (https://github.com/dmlc/xgboost/pull/8853) which now shows a deprecation warning for calling std::iterator. See https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/.
std::iterator
@hcho3
Thanks!
XGBoost recently moved to C++17 (https://github.com/dmlc/xgboost/pull/8853) which now shows a deprecation warning for calling
std::iterator
. See https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/.