DeepSpeech/native_client/ctcdecode/third_party
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
..
openfst-1.6.7 Use std::map to fix compilation issue with clang 2019-04-09 11:37:59 +01:00
openfst-1.6.9-win Add OpenFST 1.6.9 Windows + README.mozilla 2018-12-14 14:33:27 -06:00
ThreadPool Import parlance/ctcdecode into repository 2018-10-25 17:00:48 -03:00