Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-05-07 07:30:31


At 06:55 AM 5/7/2002, John Maddock wrote:
>
>> To fix these errors, Boost needs at least a new configuration macro.
See:
>>
>> http://lists.boost.org/MailArchives/boost/msg28899.php
>>
>> Then, we need to correctly define it in comeau.hpp (only in MS mode)
and
>of
>> course other compilers, and then fix all the code that currently uses
>> __int64 so that it checks for this new macro.
>
>I'm testing that now, I hope to check in the changes shortly, hopefully
it
>will fix both some of the intel and commeau failures.

Thanks.

I tried arithmetic_traits_test.cpp; it is now passing for all Win32
compilers. There was one warning from Comeau; see below.

I'll run the full set of tests later today.

--Beman

como -e5 -tnone --wchar_t --A --43 -D_WCHAR_T_DEFINED -o boosttmp
-Ic:/boost/site
c:/boost/site/libs/type_traits/tests/arithmetic_traits_test.cpp
c:\apps\comeau\libcomo\libcomo.lib
Comeau C/C++ 4.3 BETA#1 (Mar 9 2002 00:03:11) for MS_WINDOWS_x86
Copyright 1988-2002 Comeau Computing. All rights reserved.
MODE:strict errors C++

"c:/boost/site/boost/type_traits/type_traits_test.hpp", line 312: warning:
           type qualifiers are meaningless in this declaration
   typedef const r_type cr_type;
           ^


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk