From: David Abrahams (abrahams_at_[hidden])
Date: 2001-01-21 16:33:02


I notice the following:

# if (defined(ULLONG_MAX) || defined(ULONG_LONG_MAX)) && !(defined(_WIN32)
&& defined(__GNUC__))
...

Which seems to make it act as though long long weren't available on GCC
under win32. Can someone justify this?
A comment next to this #ifdef would certainly help.

Thanks,
Dave