
31 Oct
2012
31 Oct
'12
12:34 p.m.
On 10/30/2012 3:56 PM, Vicente J. Botet Escriba wrote:
Le 30/10/12 20:53, Vicente J. Botet Escriba a écrit :
Le 30/10/12 19:56, Jeff Flinn a écrit :
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?
Please could you create a ticket. I will commit the change after test so that there are some chances to get this fixed on release.
Committed revision 81114.
Submitted Ticket #7616. Thanks, Jeff