dmlc / dmlc-core

A common bricks library for building scalable and portable distributed machine learning.
Apache License 2.0
864 stars 519 forks source link

Remove deprecated `throw()` #684

Closed r-barnes closed 5 months ago

r-barnes commented 8 months ago

throw() is deprecated and has been since C++11. Replace with noexcept.