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


_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to