
7 Jul
2009
7 Jul
'09
8:14 p.m.
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.