
10 Dec
2009
10 Dec
'09
9:37 a.m.
You need to ensure that __STDC_CONSTANT_MACROS is defined *before any headers are #included* in order to use that macro.
Doesn't boost/cstdlib.hpp provide a way to define boost::intmax_t literals in a portable way?
It implements <cstdint> for better or worse, John.