On Fri, Mar 14, 2003 at 10:34:36AM -0500, Brad King wrote: > I use the "Comeau C++" compiler (www.comeaucomputing.com), which is a > non-GNU C++ compiler with strict ISO C++ conformance. It does not > support the "long long" type unless a special compiler flag is added. > The following lines show the problem I originally encountered:
My copy of ISO/IEC 9899:1999 (ISO C) Section 6.2.5 [#4] defines long long. It would be inappropriate for it to be defined ISO C only. I'll need to check some other cases to see what the right fix is. I don't have my C++ books with me right now. Tks, Jeff Bailey -- (08:53:07) Jeff: (why don't people just use centimetres like God Intended? *g*) (08:53:22) Christina: must just be a unitarian god.. :P

