kpu / kenlm

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

Remove deprecated `throw()` #445

Open r-barnes opened 9 months ago

r-barnes commented 9 months ago

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