----------- vclutils.h ----------
#ifndef VCLUTILS_H
#define VCLUTILS_H 1
// Use this header instead of
#include
// Because "dateutils.hpp" includes a bunch of static const variables
// (also from math.hpp) we have to do this to get rid of warnings.
namespace DoNotUse
{
static const Extended eliminateWarnings = NaN + Infinity + NegInfinity +
OneHour + OneMinute + OneSecond + OneMillisecond + MinSingle + MaxSingle +
MinDouble + MaxDouble + MinExtended + MaxExtended + MinComp + MaxComp;
}
#endif // don't nest header
No comments:
Post a Comment