[vtkusers] Borland complain

Totte Karlsson tottek at gmail.com
Tue Aug 5 20:38:44 EDT 2014


I'm trying to compile 6.1 with borland and is almost there

I have a problem in vtkTypedArrayIterator.h at various places, e.g. line
127:

  vtkTypedDataArrayIterator operator++(int)
  {
    return vtkTypedDataArrayIterator(this->Data, this->Index++);
  }

where I get the following error

Error E2102 ..\Common\Core\vtkTypedDataArrayIterator.h 127: Cannot use
template 'vtkTypedDataArrayIterator<Scalar>' without specifying
specialization parameters in function operator
vtkTypedDataArrayIterator<double>::++(int)

Anyone knowing if that can be fixed for the borland compiler??

-tk



--
View this message in context: http://vtk.1045678.n5.nabble.com/Borland-complain-tp5728097.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list