Subj : Re: , expected To : borland.public.cpp.borlandcpp From : "Gary Setter" Date : Mon Apr 19 2004 09:26 am "john blackburn" wrote in message news:4083ad66@newsgroups.borland.com... > I am trying to compile the following unit but am getting an E2257 , expected > error. In the past when I got this, it was because one of the class > typedef map::const_iterator SI; When I change the typedef to this, I can compile w/o error typedef std::map::const_iterator SI; Hope that helps .