
31 Oct
2012
31 Oct
'12
1:04 p.m.
On 30 October 2012 18:56, Jeff Flinn <Jeffrey.Flinn@gmail.com> wrote:
Yep, that clears up the warning. Thanks!
static const boost::intmax_t nan = (boost::intmax_t)(1ULL << (sizeof(boost::intmax_t) * CHAR_BIT - 1)) ;
The above is what I used locally.
Will this get into the boost 1.52.0 release?
If this is a warning fix, then I'm afraid it probably won't. The release branch has been closed since Monday 29th, and a warning fix isn't important enough to let through.