Files
ports/science/crf++/files
Mateusz Piotrowski b6cc085dce Fix compilation on i386
The error was:

  In file included from lbfgs.cpp:29:
  ./common.h:216:18: error: class member cannot be redeclared
    string_buffer& operator<<(size_t _n)             { _UITOA(_n); }
                   ^
  ./common.h:214:18: note: previous definition is here
    string_buffer& operator<<(unsigned int _n)       { _UITOA(_n); }
                   ^
2020-09-22 21:17:33 +00:00
..
2020-09-22 21:17:33 +00:00