From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2003-03-12 07:11:57


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.

Markus