Fixed compilation error on OSX with GNU 6.2.0 (#59)
`error: 'exp' is not a member of 'std'
rec[i] = std::exp(rec[i] - wmax);`
Showing
Please register or sign in to comment
`error: 'exp' is not a member of 'std'
rec[i] = std::exp(rec[i] - wmax);`