srendle / libfm

Library for factorization machines
GNU General Public License v3.0
1.49k stars 414 forks source link

fixed bug with fstream in linux #9

Closed fabiopetroni closed 9 years ago

fabiopetroni commented 9 years ago

the constructor for an ifstream (or ofstream) takes a const char*, not a string (in pre-C++11).