[Insight-developers] IRIX std::vector<> error
Luis Ibanez
ibanez@choroid.cs.unc.edu
Mon, 27 Aug 2001 15:25:31 -0400 (EDT)
Hi,
The dashboard is showing the following error in IRIX:
-----------------------------------------------------------
..../Insight/Code/Algorithms/itkMRASlabIdentifier.h
line 147
A class-qualified name is required.
typedef typename std::vector<ImageRegionType> SlabRegionVectorType;
^
------------------------------------------------------------
Does it mean that std::vector has to
be qualified as ::std::vector ?
Any suggestions ?
Thanks
Luis