
30 Jan
2012
30 Jan
'12
8:55 a.m.
When compiling with GCC 4.6.2 with flags '-Wall -Wextra -ansi -pedantic', I get the following warnings concerning the use of the 'long long' type under the ISO C++98:
Ah, the code should be using boost::long_long_type and boost::ulong_long_type (from config.hpp) as these typedefs will suppress the warnings. Brandon? John.