Subj : Re: , expected To : borland.public.cpp.borlandcpp From : john blackburn Date : Mon Apr 19 2004 04:03 pm Gary Setter wrote: > > "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 Why didn't I think of that ! Thank you very much John .