[Insight-developers] Problem with itkTransformFileReader
Andy Cedilnik
andy.cedilnik at kitware.com
Fri Apr 1 14:26:29 EST 2005
Hi All,
Somebody made a change that prevents ITK from building on Visual Studio
6. Could
c:\Dashboards\My Tests\Insight\Code\IO\itkTransformFileReader.cxx(34) :
error C2614: 'IStringStream' : illegal member initialization:
'istringstream' is not a base or member
Looks like the following change will not work:
IStringStream(std::string &s) : std::istringstream(s) {}
in itkTransformFileReader.cxx
--
Andy Cedilnik
Kitware Inc.
More information about the Insight-developers
mailing list