aarnphm / whispercpp

Pybind11 bindings for Whisper.cpp
Apache License 2.0
321 stars 57 forks source link

fix: compatibility with GCC <10 #74

Closed mmyjona closed 1 year ago

mmyjona commented 1 year ago

What does this PR address?

this pr fix the compile error when compile on debian 11, gcc version 10.2.1 with bazel. the error is: src/whispercpp/context.cc:26:39: error: 'class std::basic_ostream<char>' has no member named 'str'

Before submitting: