32#if (__cplusplus < 201103)
33# include <boost/function.hpp>
40#pragma warning( disable : 4251 )
41#pragma warning( disable : 4996 )
45#if defined(_WINDOWS) && !defined(__MINGW32__)
47 #define StfioDll __declspec( dllexport )
49 #define StfioDll __declspec( dllimport )
60 static const unsigned long __nan[2] = {0xffffffff, 0x7fffffff};
61 #define NAN (*(const float *) __nan)
64 #define INFINITY (DBL_MAX+DBL_MAX)
66 #define snprintf _snprintf
std::vector< float > Vector_float
std::vector< double > Vector_double