$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [conversion] Lot of 'long long' warnings
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-01-30 03:55:17
> 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.