$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Config] Boost config, long long in xlc 10.1
From: Ioannis Papadopoulos (ipapadop_at_[hidden])
Date: 2009-07-07 16:14:03
John Maddock wrote:
>> 2. long long is supported through a flag, -qlonglong which also defines
>> _LONG_LONG to be 1. As far as I understand this is not taken into
>> account.
>
> Is this not already correctly detected in suffix.hpp via checking limits.h?
>
> Cheers, John.
You are right, my bad. It is handled correctly.