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


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

Reply via email to