In file included from misc.h:7,
from stringo.h:8,
from stringo.cc:1:
fxvector.h: In member function ‘void BoundingBox<T, D>::before_update() [with T = double; int D = 3]’:
machdep.h:10:18: error: ‘FLT_MAX’ was not declared in this scope
#define MAXFLOAT FLT_MAX
^~~~~~~
fxvector.h:675:15: note: in expansion of macro ‘MAXFLOAT’
min.x[i]= MAXFLOAT;
^~~~~~~~
machdep.h:10:18: note: suggested alternative: ‘INT_MAX’
#define MAXFLOAT FLT_MAX
^~~~~~~
fxvector.h:675:15: note: in expansion of macro ‘MAXFLOAT’
min.x[i]= MAXFLOAT;
^~~~~~~~
fxvector.h: In member function ‘void BoundingBox<T, D>::before_update() [with T = double; int D = 2]’:
machdep.h:10:18: error: ‘FLT_MAX’ was not declared in this scope
#define MAXFLOAT FLT_MAX
^~~~~~~
fxvector.h:689:15: note: in expansion of macro ‘MAXFLOAT’
min.x[i]= MAXFLOAT;
^~~~~~~~