openbigdatagroup / plda

PLDA: Parallel Latent Dirichlet Allocation in C++
http://openbigdatagroup.github.io/plda
Apache License 2.0
85 stars 31 forks source link

Fix compilation when using -std=c++11 or higher. #24

Open ghuls opened 1 year ago

ghuls commented 1 year ago

Fix compilation when using -std=c++11 or higher. Fixes: https://github.com/openbigdatagroup/plda/issues/17