skit-ai / kaldi-serve

Server framework for Kaldi ASR Toolkit
Apache License 2.0
97 stars 24 forks source link

Add support for c++11 (i.e. for centos 7) #21

Closed al-zatv closed 4 years ago

al-zatv commented 4 years ago

1) Add make_unique() function, which is the only missing piece to make kaldi-serve on c++11 2) switch -std=c++17 to -std=c++11 in Makefile

pskrunner14 commented 4 years ago

Hi sorry about the late response, but something similar has been done in the recent library v1 release (supports C++11 std now)

al-zatv commented 4 years ago

Great!