parlance / ctcdecode

PyTorch CTC Decoder bindings
MIT License
829 stars 245 forks source link

Fix clang compilation #190

Open splundid opened 3 years ago

splundid commented 3 years ago

Replace gcc specific header bits/stdc++ with compiler agnostic headers so we can compile the decoder with clang on OS X Fix static cast compilation error

Congyuwang commented 3 years ago

Very helpful