marian-nmt / marian

Fast Neural Machine Translation in C++
https://marian-nmt.github.io
Other
1.25k stars 233 forks source link

Fix -Werror=implicit-fallthrough compile error with cpp17 #284

Closed ZJaume closed 5 years ago

ZJaume commented 5 years ago

This pull request fixes #275

snukky commented 5 years ago

Thanks! There is a similar PR in the development repository: https://github.com/marian-nmt/marian-dev/pull/434

ZJaume commented 5 years ago

Oh, I didn't realize. So we can close it.