Closed lixiangnlp closed 9 years ago
When compiling the OxLM with the latest gcc, some errors may occur for the c++ 11 standard. Now the standard option of using c++ 11 is -std=c++11. By this way, these error are lost.
This code change is not backwards compatible with gcc 4.6, but the problem it was originally training to solve is now fixed.
When compiling the OxLM with the latest gcc, some errors may occur for the c++ 11 standard. Now the standard option of using c++ 11 is -std=c++11. By this way, these error are lost.