hi,
after call ./build.sh I have got the errors
In file included from ../faster-rnnlm/nce.h:12:0,
from nce.cc:1:
../faster-rnnlm/util.h:29:100: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11
inline void Dump(const Eigen::Matrix<Real, rows, Eigen::Dynamic, Eigen::RowMajor>& matrix, FILE* fo) {
^
../faster-rnnlm/util.h:35:114: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11
inline void Load(Eigen::Matrix<Real, rows, Eigen::Dynamic, Eigen::RowMajor, _MaxRows, _MaxCols>* matrix, FILE* fo) {
hi, after call ./build.sh I have got the errors In file included from ../faster-rnnlm/nce.h:12:0, from nce.cc:1: ../faster-rnnlm/util.h:29:100: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 inline void Dump(const Eigen::Matrix<Real, rows, Eigen::Dynamic, Eigen::RowMajor>& matrix, FILE* fo) { ^ ../faster-rnnlm/util.h:35:114: error: default template arguments may not be used in function templates without -std=c++11 or -std=gnu++11 inline void Load(Eigen::Matrix<Real, rows, Eigen::Dynamic, Eigen::RowMajor, _MaxRows, _MaxCols>* matrix, FILE* fo) {
Could you pls help me? Thanks