kenlm icon indicating copy to clipboard operation
kenlm copied to clipboard

Remove deprecated `throw()`

Open r-barnes opened this issue 2 years ago • 0 comments

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

r-barnes avatar Feb 24 '24 14:02 r-barnes