From: Joerg Walter (jhr.walter_at_[hidden])
Date: 2002-09-08 15:42:15


----- Original Message -----
From: "Toon Knapen" <toon.knapen_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, September 06, 2002 11:18 PM
Subject: [boost] ublas on VisualAge

> I just ported ublas to IBM/Aix/VisualAge and needed following patches.
>
> Mainly VACPP does not like following statement :
> typedef iterator< const something > iterator ;
> saying that iterator is already defined.
>
> I compiled/tested these patches on gcc / icc and of course vacpp.

[snip]

I think you encountered the same problem as Peter Schmitteckert recently
did. I've just committed my current version to boost CVS, which hopefully
fixes it.

Thanks for your feedback

Joerg