Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - float.h: Page 1 of 6 (6 Items)
   
float.h  
With 4.3.3 the following line doesn't compile:

#include <float.h>

static double minTime = DBL_MAX;

error: initializer element is not constant.

Is that a new C rules ?  In float.h if STDC_VERSION is <= 199901 DBL_MAX would be equal to 0xf.ffffffffffff8p+1020, but 
instead it's _CSTD _Dbl._Dmax._Double