[Insight-users] itkSTLContainerAdaptorTest.cxx build errors

Luis Ibanez luis.ibanez@kitware.com
Tue, 26 Nov 2002 14:43:09 -0500


Hi John,

Thanks for pointing thist out.

It has been fixed now.

The nice thing about Microsoft VC not being able
to compile ANSI code is that from time to time we
use the letter "j"       :-)


Please let us know if you find further problems,

Thanks

Luis


====================================================

anast.jm@pg.com wrote:
> 
> I just did a cvs update hoping to fix one build problem and got another 
> (-: Saw the messages about work on this class so just thought I'd 
> mention it...john
> 
> itkSTLContainerAdaptorTest.cxx
> P:\AnastDev\insight+\Insight\Testing\Code\Common\itkSTLContainerAdaptorTest.cxx(226) 
> : error C2374: 'i' : redefinition; multiple initialization
>         
> P:\AnastDev\insight+\Insight\Testing\Code\Common\itkSTLContainerAdaptorTest.cxx(199) 
> : see declaration of 'i'
> P:\AnastDev\insight+\Insight\Testing\Code\Common\itkSTLContainerAdaptorTest.cxx(281) 
> : error C2374: 'i' : redefinition; multiple initialization
>         
> P:\AnastDev\insight+\Insight\Testing\Code\Common\itkSTLContainerAdaptorTest.cxx(254) 
> : see declaration of 'i'
> 
> Platform WinXP - MSVC6