Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-03-12 10:10:22


At 07:11 AM 3/12/2003, Markus Schöpflin wrote:
>Markus Schöpflin wrote:
>
>> currently the constructors test of the multi array library fails for
>> VACPP6. This is due to the fact that the test uses an unsigned int
where
>> a size_type should be used.
>>
>> The attached patch replaces the unsigned int with size_t which allows
>> the test to pass for VACPP6 and hopefully doesn't break it for anyone
>else.
>
>I just applied the patch. This cleared the error for VA6 and the
>warning for Darwin.

Umm... Shouldn't that be std::size_t? Metrowerks is now failing, saying it
can't find undecorated size_t.

--Beman


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