Commit Graph

3 Commits

Author SHA1 Message Date
Michele Di Giorgio
aa27c61d01 Use std::map to fix compilation issue with clang
When building with clang the following compilation error is thrown:

symbol-table.h:199:3: error: no template named 'map'
    map<int64, int64> key_map_;
    ^

This patch solves that issue by explicitly specifying the std namespace.
2019-04-09 11:37:59 +01:00
Carlos Fonseca M
bca54d3f03 Add OpenFST 1.6.9 Windows + README.mozilla 2018-12-14 14:33:27 -06:00
Reuben Morais
c34fc5b7ac Import parlance/ctcdecode into repository 2018-10-25 17:00:48 -03:00