kpu / kenlm

KenLM: Faster and Smaller Language Model Queries
http://kheafield.com/code/kenlm/
Other
2.46k stars 514 forks source link

Remove deprecated `throw()` #445

Open r-barnes opened 5 months ago

r-barnes commented 5 months ago

throw() has been deprecated since C++11; replace it with noexcept.